diff --git a/src/common/components/TextInput/index.js b/src/common/components/TextInput/index.js new file mode 100644 index 0000000..8a35339 --- /dev/null +++ b/src/common/components/TextInput/index.js @@ -0,0 +1 @@ +export {TextInput as default} from "./TextInput.jsx"; \ No newline at end of file