summaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/account/account.tsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/routes/account/account.tsx b/src/routes/account/account.tsx
new file mode 100644
index 0000000..57ea748
--- /dev/null
+++ b/src/routes/account/account.tsx
@@ -0,0 +1,6 @@
+export default function Account() {
+ return(
+ <>
+ </>
+ );
+} \ No newline at end of file