1
0
mirror of https://github.com/nolanlawson/pinafore synced 2024-12-12 02:07:26 +01:00
Pinafore-Web-Client-Frontend/routes/settings/index.html
2018-01-07 15:11:17 -08:00

19 lines
293 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>