-
Notifications
You must be signed in to change notification settings - Fork 9
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
VOYAG-11116 moving components into sharable packages #411
base: lmp-main
Are you sure you want to change the base?
Conversation
# Conflicts: # README.md
…r to the libs folder
# Conflicts: # README.md
|
||
export const NoStream = () => { | ||
const NoStream = () => { |
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.
curiosity: why did remove the named export?
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.
I was following the style of some of the components in the libs folder that instead did the default export at the bottom. I wasn't sure if there was a particular reason, but I was trying to match the style.
Moves the components into libs dir for sharing. Replaces previous PR because it has signed commits.