summaryrefslogtreecommitdiff
path: root/src/app/profile
diff options
context:
space:
mode:
authorl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-03-19 16:03:55 +0200
committerl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-03-19 16:03:55 +0200
commitcdc736b4823a3dda97f2b49c04b8ef7321e7a254 (patch)
tree7834c10be8864477343f95b034ab1d2c357aa0a7 /src/app/profile
parent293df20781b8f0ae6fcbabb1a33b3d1752e494c8 (diff)
add settings page
Diffstat (limited to 'src/app/profile')
-rw-r--r--src/app/profile/page.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx
new file mode 100644
index 0000000..17e3f62
--- /dev/null
+++ b/src/app/profile/page.tsx
@@ -0,0 +1,3 @@
+export default function Profile() {
+ return <></>;
+}