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> |