From 433f6bfd52a2c98808c4fea9eda1d1375a199d2f Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 25 Jul 2021 13:03:34 +0200 Subject: [PATCH] Client - add navbar component --- fittrackee_client/src/App.vue | 17 +++++++++++++---- fittrackee_client/src/components/NavBar.vue | 16 ++++++++++++++++ 2 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 fittrackee_client/src/components/NavBar.vue diff --git a/fittrackee_client/src/App.vue b/fittrackee_client/src/App.vue index 113b6b81..ca385d78 100644 --- a/fittrackee_client/src/App.vue +++ b/fittrackee_client/src/App.vue @@ -1,11 +1,20 @@ + +