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

Update import statement of fromTheme to use a relative path #95

Closed natalynyu closed 3 years ago

natalynyu commented 3 years ago

I was having issues with bringing up the Course Planner app with the latest code in develop. This is the error that I was getting: image

The issue appears to be that we were not using a relative path when importing fromTheme in Fieldset. Fieldset was updated to import fromTheme from ../Theme instead of Theme.

Describe your changes

Types of changes

Checklist:

Priority:

Related Issues:

Fixes #274