2018-01-07 22:38:12 +01:00
|
|
|
<:Head>
|
|
|
|
<title>Settings</title>
|
|
|
|
</:Head>
|
|
|
|
|
|
|
|
<Layout page='settings'>
|
2018-01-09 02:44:29 +01:00
|
|
|
<SettingsLayout page='home'>
|
|
|
|
<h1>Settings</h1>
|
2018-01-07 22:38:12 +01:00
|
|
|
|
2018-01-09 02:44:29 +01:00
|
|
|
</SettingsLayout>
|
2018-01-07 22:38:12 +01:00
|
|
|
</Layout>
|
|
|
|
|
|
|
|
<script>
|
2018-01-08 00:11:17 +01:00
|
|
|
import Layout from '../_components/Layout.html';
|
2018-01-09 02:44:29 +01:00
|
|
|
import SettingsLayout from './_components/SettingsLayout.html'
|
2018-01-07 22:38:12 +01:00
|
|
|
|
|
|
|
export default {
|
|
|
|
components: {
|
2018-01-09 02:44:29 +01:00
|
|
|
Layout,
|
|
|
|
SettingsLayout
|
2018-01-07 22:38:12 +01:00
|
|
|
}
|
|
|
|
};
|
|
|
|
</script>
|