8 lines
152 B
Text
8 lines
152 B
Text
---
|
|
import Layout from "@layouts/BaseLayout.astro";
|
|
---
|
|
|
|
<Layout>
|
|
<title slot="head">AI Policy</title>
|
|
<Fragment slot="main"> </Fragment>
|
|
</Layout>
|