2018-01-07 04:44:47 +00:00
|
|
|
|
<:Head>
|
2018-01-21 19:07:16 +00:00
|
|
|
|
<title>Pinafore – Notifications</title>
|
2018-01-07 04:44:47 +00:00
|
|
|
|
</:Head>
|
|
|
|
|
|
2018-01-24 17:47:31 +00:00
|
|
|
|
<Layout page='notifications' virtual="true" virtualStoreKey="federated">
|
2018-01-21 04:30:49 +00:00
|
|
|
|
<HiddenFromSSR>
|
|
|
|
|
<FreeTextLayout>
|
|
|
|
|
<h1>Notifications</h1>
|
2018-01-07 04:44:47 +00:00
|
|
|
|
|
2018-01-21 04:30:49 +00:00
|
|
|
|
<p>Your notifications will appear here when logged in.</p>
|
|
|
|
|
</FreeTextLayout>
|
|
|
|
|
</HiddenFromSSR>
|
2018-01-07 04:44:47 +00:00
|
|
|
|
</Layout>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import Layout from './_components/Layout.html';
|
2018-01-19 07:37:43 +00:00
|
|
|
|
import FreeTextLayout from './_components/FreeTextLayout.html'
|
2018-01-21 04:30:49 +00:00
|
|
|
|
import HiddenFromSSR from './_components/HiddenFromSSR'
|
2018-01-07 04:44:47 +00:00
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
components: {
|
2018-01-19 07:37:43 +00:00
|
|
|
|
Layout,
|
2018-01-21 04:30:49 +00:00
|
|
|
|
FreeTextLayout,
|
|
|
|
|
HiddenFromSSR
|
2018-01-07 04:44:47 +00:00
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|
</script>
|