1
0
mirror of https://github.com/nolanlawson/pinafore synced 2024-12-12 18:28:03 +01:00
Pinafore-Web-Client-Frontend/routes/notifications.html
2018-01-07 22:38:41 -08:00

18 lines
245 B
HTML

<:Head>
<title>Notifications</title>
</:Head>
<Layout page='notifications'>
<h1>Notifications</h1>
</Layout>
<script>
import Layout from './_components/Layout.html';
export default {
components: {
Layout
},
};
</script>