diff options
Diffstat (limited to 'src/client/pages/LoginPage.tsx')
| -rw-r--r-- | src/client/pages/LoginPage.tsx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/client/pages/LoginPage.tsx b/src/client/pages/LoginPage.tsx new file mode 100644 index 0000000..459e2ce --- /dev/null +++ b/src/client/pages/LoginPage.tsx @@ -0,0 +1,8 @@ +export function LoginPage() { + return ( + <div> + <h1>Login</h1> + <p>Login page coming soon</p> + </div> + ); +} |
