Initial commit: restore project after Git corruption
This commit is contained in:
14
web/src/pages/dashboard.astro
Normal file
14
web/src/pages/dashboard.astro
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
import Html from '../components/html.astro';
|
||||
import { DashboardApp } from '../apps/login/DashboardApp.tsx';
|
||||
---
|
||||
|
||||
<Html>
|
||||
<head>
|
||||
<title>仪表板 - Light Code Center</title>
|
||||
<meta name='description' content='用户仪表板' />
|
||||
</head>
|
||||
<body>
|
||||
<DashboardApp client:only />
|
||||
</body>
|
||||
</Html>
|
||||
Reference in New Issue
Block a user