All wines page
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import VinlottisPage from "@/components/VinlottisPage";
|
||||
import GeneratePage from "@/components/GeneratePage";
|
||||
import TodaysPage from "@/components/TodaysPage";
|
||||
import AllWinesPage from "@/components/AllWinesPage";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -15,6 +16,10 @@ const routes = [
|
||||
path: "/dagens",
|
||||
component: TodaysPage
|
||||
},
|
||||
{
|
||||
path: "/viner",
|
||||
component: AllWinesPage
|
||||
},
|
||||
{
|
||||
path: "/login",
|
||||
component: resolve => require(["@/components/LoginPage"], resolve)
|
||||
|
||||
Reference in New Issue
Block a user