diff --git a/src/App.ts b/src/App.ts
index f02d62b..a70e2d5 100644
--- a/src/App.ts
+++ b/src/App.ts
@@ -3,7 +3,6 @@ import {Component, Vue} from 'vue-property-decorator';
import config from '@/content/config.json';
import Responsive from "@/responsive";
import PhotoSwipper from "@/PhotoSwipper.vue";
-import {homeContent} from "@/content/home.ts"
/**
* Data class for artworks
@@ -76,15 +75,12 @@ class Artwork
}
}
-@Component({components: {PhotoSwipper}})
+@Component({components: {PhotoSwipper, Home}})
export default class App extends Vue
{
// Create variable from imported config
config = config;
- // Home
- home = homeContent;
-
// Parsed artworks
artworks: Artwork[] = [];
diff --git a/src/content/Home.vue b/src/content/Home.vue
index 75f0ce6..0354753 100644
--- a/src/content/Home.vue
+++ b/src/content/Home.vue
@@ -46,12 +46,16 @@
-
-