From 4513ceb200f3daba193f6987825842bd0a8b9b69 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 9 Sep 2023 17:59:41 +0200 Subject: [PATCH] Created the RegisterTab index.js --- src/states/Login/tabs/RegisterTab/index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/states/Login/tabs/RegisterTab/index.js diff --git a/src/states/Login/tabs/RegisterTab/index.js b/src/states/Login/tabs/RegisterTab/index.js new file mode 100644 index 0000000..6615d60 --- /dev/null +++ b/src/states/Login/tabs/RegisterTab/index.js @@ -0,0 +1 @@ +export {RegisterTab as default} from "./RegisterTab.jsx"; \ No newline at end of file