Skip to content
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

Open
wants to merge 6 commits into
base: lmp-main
Choose a base branch
from

Conversation

turbidwater
Copy link

Moves the components into libs dir for sharing. Replaces previous PR because it has signed commits.


export const NoStream = () => {
const NoStream = () => {
Copy link
Contributor

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?

Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants