summaryrefslogtreecommitdiff
path: root/app/client/auth/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/client/auth/index.js')
-rw-r--r--app/client/auth/index.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/client/auth/index.js b/app/client/auth/index.js
new file mode 100644
index 0000000..5e6b2b0
--- /dev/null
+++ b/app/client/auth/index.js
@@ -0,0 +1,11 @@
+import Gate from './auth.gate';
+import Login from './login.component';
+import Logout from './logout.component';
+import Signup from './signup.component';
+
+export default {
+ Gate,
+ Login,
+ Logout,
+ Signup,
+} \ No newline at end of file