diff --git a/src/layouts/default/AppBar.vue b/src/layouts/default/AppBar.vue
index ce809f7..ed5b39d 100644
--- a/src/layouts/default/AppBar.vue
+++ b/src/layouts/default/AppBar.vue
@@ -1,20 +1,38 @@
-
-
-
-
-
+
+
+
+
-
-
+
- {{ configStore.appName }}
-
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ configStore.appName }}
+
@@ -22,7 +40,14 @@
import { ref } from "vue";
import { useConfigStore } from "@/store/config";
-const configStore = useConfigStore()
+const configStore = useConfigStore();
const drawer = ref(false);
+
+const items = [
+ { icon: "mdi-contacts", text: "Contacts", to: "/" },
+ { icon: "mdi-history", text: "Frequently contacted", to: "/" },
+ { icon: "mdi-content-copy", text: "Duplicates", to: "/" },
+];
+
diff --git a/src/layouts/default/Default.vue b/src/layouts/default/Default.vue
index 1cba597..14283c6 100644
--- a/src/layouts/default/Default.vue
+++ b/src/layouts/default/Default.vue
@@ -1,26 +1,24 @@
-
-
-
+
+
-
-
-
+
+