From d2d35637222f58c2c660ccc6df9e27f7f125f54e Mon Sep 17 00:00:00 2001 From: Rakantor Date: Thu, 20 Oct 2022 14:12:30 +0200 Subject: [PATCH] Add navigation drawer --- components/NavigationDrawer.vue | 57 +++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 components/NavigationDrawer.vue diff --git a/components/NavigationDrawer.vue b/components/NavigationDrawer.vue new file mode 100644 index 0000000..e9cac3e --- /dev/null +++ b/components/NavigationDrawer.vue @@ -0,0 +1,57 @@ + + + \ No newline at end of file