feat(frontend): add basic frontend
This commit is contained in:
9
services/frontend/src/app/App.tsx
Normal file
9
services/frontend/src/app/App.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { DashboardPage } from "../pages/dashboard/ui/DashboardPage";
|
||||
|
||||
export function App() {
|
||||
return (
|
||||
<div className="min-h-screen bg-background text-foreground">
|
||||
<DashboardPage />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user