1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-09 17:54:20 +01:00
Pinafore-Web-Client-Frontend/routes/settings.html
2018-01-07 13:38:12 -08:00

19 lines
292 B
HTML

<:Head>
<title>Settings</title>
</:Head>
<Layout page='settings'>
<h1>Settings</h1>
<p>This is the 'settings' page. There's not much here.</p>
</Layout>
<script>
import Layout from './_components/Layout.html';
export default {
components: {
Layout
}
};
</script>