-
Notifications
You must be signed in to change notification settings - Fork 1
Sd 106 update metadata #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
23317d1 to
a8f2555
Compare
jalooc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should revert absolute imports paths almost everywhere where you changed src/domains/... to '../../../'. Other than that lgtm.
.idea/workspace.xml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this file.
| import { typography } from 'src/domains/styling/utils/tokens'; | ||
| import vars from 'src/domains/styling/utils/vars'; | ||
|
|
||
| import BIcon from '../../misc/components/BIcon'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| import BIcon from '../../misc/components/BIcon'; | |
| import BIcon from 'src/misc/components/BIcon'; |
here and everywhere else.
|
Btw I wouldn't call these things metadata. It's tokens and icons, so regular data; or rather not data at all: just tokens and icons ;P |
f981c00 to
db1a2f9
Compare
db1a2f9 to
fc0e186
Compare
No description provided.