1
0
mirror of https://github.com/nolanlawson/pinafore synced 2024-12-14 11:27:45 +01:00
Pinafore-Web-Client-Frontend/routes/federated.html
2018-01-07 22:38:41 -08:00

18 lines
243 B
HTML

<:Head>
<title>Federated</title>
</:Head>
<Layout page='federated'>
<h1>Federated Timeline</h1>
</Layout>
<script>
import Layout from './_components/Layout.html';
export default {
components: {
Layout
}
};
</script>