Open Tobbe opened 7 months ago
When adding form it will also add label, however, the filename of the label component is lowercase label.tsx. I want it to be CamelCase Label.tsx.
form
label
label.tsx
Label.tsx
Also, the import path becomes src/components/ui/ui/label, it shouldn't have the double ui in there
src/components/ui/ui/label
ui
When adding
form
it will also addlabel
, however, the filename of the label component is lowercaselabel.tsx
. I want it to be CamelCaseLabel.tsx
.Also, the import path becomes
src/components/ui/ui/label
, it shouldn't have the doubleui
in there