diff --git a/src/App.vue b/src/App.vue
index c1a652b..cc965b7 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -7,6 +7,8 @@ import GHIcon from '@/assets/icons/github.svg?component'
import AutoComplete from 'primevue/autocomplete'
import Button from "primevue/button"
import Toast from 'primevue/toast'
+import MapItem from '../src/components/home/MapItem.vue';
+import router from "@/router";
@@ -37,6 +39,7 @@ import Toast from 'primevue/toast'
@@ -11,6 +12,7 @@ import tinycolor from "tinycolor2";
@@ -74,7 +75,7 @@ export default {
}
},
mounted() {
- // addEventListeners allow the file to call a function when
+ // addEventListeners allow the file to call a function when
// an action occurs
window.addEventListener("mousemove", (window) => {
this.mouseX = window.clientX;
@@ -243,6 +244,7 @@ export default {
},
// On deselection of a building (when clicked off)
buildingDeselect() {
+ router.push({ name: 'home' })
try {
this.buildingSelected = false
this.bldgSVG = ""