diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index 103bfea..95e6d74 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -24,6 +24,7 @@ + @@ -36,6 +37,7 @@ import WinGraph from "@/ui/WinGraph"; import Banner from "@/ui/Banner"; import Wines from "@/ui/Wines"; import Vipps from "@/ui/Vipps"; +import Countdown from "@/ui/Countdown"; export default { components: { @@ -45,7 +47,8 @@ export default { WinGraph, Banner, Wines, - Vipps + Vipps, + Countdown }, mounted() { if (window.location.hostname == "localhost") {