From 8ce2d9a509631e9ebc76dfcc1a259077525654af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sat, 23 Sep 2023 12:45:14 +0200 Subject: [PATCH] Set up page boilerplate --- app.vue | 17 +++++++++++- components/NavBar.vue | 60 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 components/NavBar.vue diff --git a/app.vue b/app.vue index a495b75..e8a12ea 100644 --- a/app.vue +++ b/app.vue @@ -1,5 +1,20 @@ diff --git a/components/NavBar.vue b/components/NavBar.vue new file mode 100644 index 0000000..12732fc --- /dev/null +++ b/components/NavBar.vue @@ -0,0 +1,60 @@ + + + + +