-
Notifications
You must be signed in to change notification settings - Fork 0
feat: switch component #16
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
base: main
Are you sure you want to change the base?
Conversation
The preview deployment is ready. 🟢 Open Preview | Open Build Logs Last updated at: 2025-07-11 21:32:32 CET |
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.
LGTM
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.
Please move the components folder to the src (out of the app folder). We had some components that were merged with this folder inside the app folder, but it shouldn't have happened. Don't forget to correct the paths.
import ToggleSwitch from '../app/components/switch_component'; | ||
|
||
const meta = { | ||
title: 'Example/ToggleSwitch', |
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.
title: 'Example/ToggleSwitch', | |
title: 'Components/ToggleSwitch', |
No description provided.