Adding Scrollbar and Improving vite config #154
+30
−4
Merged
Annotations
6 warnings
|
Lint:
ui/src/main.tsx#L19
Fast refresh only works when a file has exports. Move your component(s) to a separate file
|
|
Lint:
ui/src/components/ui/button.tsx#L64
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
ui/src/components/ui/badge.tsx#L48
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
ui/src/components/mascotData.tsx#L500
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
ui/src/components/mascotData.tsx#L34
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
ui/src/components/mascotData.tsx#L28
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Loading