generated from template/router-template
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
---
|
|
import { AppProvider } from '@/apps/today';
|
|
import Html from '@/components/html.astro';
|
|
---
|
|
|
|
<Html title="Daily" description="Daily Question App">
|
|
<main>
|
|
<AppProvider client:only />
|
|
</main>
|
|
</Html>
|