Skip to content

Commit 2f7e10e

Browse files
Fix casing in textinput import path in package.json
1 parent 8bbf61b commit 2f7e10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"./appbar": "./src/Appbar.tsx",
1010
"./center": "./src/Center.tsx",
1111
"./select": "./src/Select.tsx",
12-
"./textinput": "./src/TextInput.tsx",
12+
"./textinput": "./src/Textinput.tsx",
1313
"./footer" : "./src/Footer.tsx"
1414
},
1515
"scripts": {

0 commit comments

Comments
 (0)