mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage
synced 2026-04-11 18:28:15 +00:00
feat: add app shell with sidebar navigation, routing, and placeholder pages
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
3
src/pages/login.tsx
Normal file
3
src/pages/login.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
export const LoginPage = () => {
|
||||
return <div>Login placeholder</div>;
|
||||
};
|
||||
Reference in New Issue
Block a user