9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
---
|
|
import AppLayout from '../layouts/AppLayout.astro';
|
|
import HomePage from '../lib/components/HomePage.svelte';
|
|
---
|
|
|
|
<AppLayout title="FictionArchive - Your Personal Fiction Library">
|
|
<HomePage client:load />
|
|
</AppLayout>
|