mirror of
https://github.com/nolanlawson/pinafore
synced 2025-01-07 16:54:34 +01:00
19 lines
272 B
HTML
19 lines
272 B
HTML
<:Head>
|
|
<title>Instance Wizard</title>
|
|
</:Head>
|
|
|
|
<Layout page='settings'>
|
|
<h1>Instance Wizard</h1>
|
|
|
|
<p>Add an instance!</p>
|
|
</Layout>
|
|
|
|
<script>
|
|
import Layout from '../_components/Layout.html';
|
|
|
|
export default {
|
|
components: {
|
|
Layout
|
|
}
|
|
};
|
|
</script> |