From 980f2ccc6a4847c303c779a0bc56744673d94949 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Tue, 18 Apr 2023 18:58:48 +0200 Subject: [PATCH] Created the TextInput index --- src/common/components/TextInput/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/common/components/TextInput/index.js 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