Skip to content

Commit 9cbfea8

Browse files
committed
capitalized select
1 parent b72caef commit 9cbfea8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/components.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ export const componentConfig: {
5959
},
6060
select: {
6161
name: "select",
62-
filePath: "packages/ui/Form/select.tsx",
62+
filePath: "packages/ui/Form/Select.tsx",
6363
},
6464
switch: {
6565
name: "switch",
66-
filePath: "packages/ui/Form/switch.tsx",
66+
filePath: "packages/ui/Form/Switch.tsx",
6767
},
6868
text: {
6969
name: "text",

packages/ui/Form/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ export * from "./Input";
22
export * from "./Textarea";
33
export * from "./Checkbox";
44
export * from "./Radio";
5-
export * from "./select";
6-
export * from "./switch";
5+
export * from "./Select";
6+
export * from "./Switch";

0 commit comments

Comments
 (0)