diff --git a/src/App.vue b/src/App.vue
index ae8ee1c..27052d6 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -42,11 +42,12 @@
-
+
@@ -86,10 +87,6 @@ html, body, #app {
height: 100%;
}
-.outer-skeleton:not(:first-child) {
- display: none;
-}
-
.ais-SearchBox-form {
border: none;
}
@@ -137,7 +134,6 @@ html, body, #app {
import algoliasearch from "algoliasearch/lite";
import SeasonList from "./components/SeasonList.vue";
import "instantsearch.css/themes/algolia-min.css";
-import Skeleton from "./components/Skeleton.vue";
import Footer from "./components/Footer.vue"
import moment from "moment";
@@ -145,7 +141,6 @@ export default {
name: "App",
components: {
SeasonList,
- Skeleton,
Footer
},
data() {