1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-31 14:04:50 +01:00

18 lines
243 B
HTML
Raw Normal View History

2018-01-06 20:44:47 -08:00
<:Head>
<title>Federated</title>
</:Head>
<Layout page='federated'>
2018-01-07 22:38:41 -08:00
<h1>Federated Timeline</h1>
2018-01-06 20:44:47 -08:00
</Layout>
<script>
import Layout from './_components/Layout.html';
export default {
components: {
Layout
}
};
</script>