generated from template/router-template
update
This commit is contained in:
10
frontend/src/pages/index.astro
Normal file
10
frontend/src/pages/index.astro
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
import { AppProvider } from '@/apps/today';
|
||||
import Html from '@/components/html.astro';
|
||||
---
|
||||
|
||||
<Html title="Daily" description="Daily Question App">
|
||||
<main>
|
||||
<AppProvider client:only />
|
||||
</main>
|
||||
</Html>
|
||||
Reference in New Issue
Block a user