9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
---
|
|
import Html from '@/components/html.astro';
|
|
import { AppProvider } from '@/apps/cv/index.tsx';
|
|
---
|
|
|
|
<Html title='简历'>
|
|
<AppProvider client:only></AppProvider>
|
|
</Html>
|