From 2eb664fc796ad85323c3fd2eacb5cc6132d8d32c Mon Sep 17 00:00:00 2001 From: Adrian Thompson Date: Wed, 9 Sep 2020 09:23:06 +0200 Subject: [PATCH] remove unused references --- src/components/VinlottisPage.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index 699fbd8..fe19205 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -48,7 +48,6 @@ import PurchaseGraph from "@/ui/PurchaseGraph"; import TotalBought from "@/ui/TotalBought"; import Highscore from "@/ui/Highscore"; 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"; @@ -60,7 +59,6 @@ export default { TotalBought, Highscore, WinGraph, - Banner, Wines, Vipps, Countdown