seas-computing / mark-one

A UI component library for building React Apps (in development)
https://seas-computing.github.io/mark-one/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Fix absolute paths #70

Closed jonseitz closed 4 years ago

jonseitz commented 4 years ago

The absolute import for Theme doesn't work when the package is installed in an app. This has been happening when my editor auto-imports packages, so I'll need to fix that, or explore how we can add some kind of check for this.

Apologies for the inconvenience.

farassadek commented 4 years ago

Looks good

farassadek commented 4 years ago

How can I test this branch with the course-planner before I approve the changes ?