10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
---
|
|
import AppLayout from "components/AppLayout/AppLayout.astro";
|
|
---
|
|
|
|
{
|
|
/* ------------------------------------------- HTML ------------------------------------------- */
|
|
}
|
|
|
|
<AppLayout title="WIP" />
|