diff options
Diffstat (limited to 'src/app/profile/page.tsx')
| -rw-r--r-- | src/app/profile/page.tsx | 3 |
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 <></>; +} |
