summaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-05-06 00:44:46 -0600
committerHombreLaser <sebastian-440@live.com>2023-05-06 00:44:46 -0600
commitf4ea6fb6c577d41f72cc33283e42492e03833f00 (patch)
tree643d15132c6fd76adc268153390960adf0a228dd /src/routes
parent8040a87759746c81694d2cbd1fb82039eb0e68f0 (diff)
Añade ruta account
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