summaryrefslogtreecommitdiff
path: root/src/pages/index.ts
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2024-03-12 14:52:25 +0000
committerSam Nystrom <sam@samnystrom.dev>2024-03-12 17:34:56 -0400
commita9aa246f58dcb2664c4e7a1bd98e69c19e7d7000 (patch)
tree2795ec23ec748024dd863215a9735cb8c3825579 /src/pages/index.ts
parent367fe51e7e1c55e39299e2e667ca4f399a474019 (diff)
Add rudimentary backend and auth
Diffstat (limited to 'src/pages/index.ts')
-rw-r--r--src/pages/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pages/index.ts b/src/pages/index.ts
new file mode 100644
index 0000000..8b28ea6
--- /dev/null
+++ b/src/pages/index.ts
@@ -0,0 +1,4 @@
+export { Home } from './Home.tsx';
+export { SignUp } from './SignUp.tsx';
+export { LogIn } from './LogIn.tsx';
+export { ProjectsList } from './ProjectsList.tsx'; \ No newline at end of file