From 3063e62e167c33af50c99cd7abff6e61da7ab7e7 Mon Sep 17 00:00:00 2001 From: Haris Razis Date: Tue, 5 Jan 2021 21:44:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20Hero.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/Hero.vue | 29 +++++++++++++++++++++++++++++ web/src/views/Dashboard.vue | 16 +++++++++++----- 2 files changed, 40 insertions(+), 5 deletions(-) create mode 100644 web/src/components/Hero.vue diff --git a/web/src/components/Hero.vue b/web/src/components/Hero.vue new file mode 100644 index 0000000..c8af5d2 --- /dev/null +++ b/web/src/components/Hero.vue @@ -0,0 +1,29 @@ + + + \ No newline at end of file diff --git a/web/src/views/Dashboard.vue b/web/src/views/Dashboard.vue index 947ebb6..a3fa7cc 100644 --- a/web/src/views/Dashboard.vue +++ b/web/src/views/Dashboard.vue @@ -1,11 +1,20 @@ - \ No newline at end of file