11 lines
139 B
Plaintext
11 lines
139 B
Plaintext
---
|
|
import Layout from '@/components/Layout.astro';
|
|
import { ThemeToggle } from '@/components/ThemeToggle';
|
|
---
|
|
|
|
<Layout>
|
|
|
|
|
|
|
|
</Layout>
|