From c2fc88292f28d48633a58cc2e770fdb0e4a71f2a Mon Sep 17 00:00:00 2001 From: arashsheyda Date: Fri, 21 Apr 2023 13:27:16 +0300 Subject: [PATCH] feat: navbar component --- client/components/Navbar.vue | 39 ++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 client/components/Navbar.vue diff --git a/client/components/Navbar.vue b/client/components/Navbar.vue new file mode 100644 index 0000000..5af26c8 --- /dev/null +++ b/client/components/Navbar.vue @@ -0,0 +1,39 @@ + + +