Merge branch 'ben-demo' into clients-table
This commit is contained in:
commit
6dac3bfb02
3 changed files with 33 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
import { ref } from "vue";
|
||||
import { useRouter } from "vue-router";
|
||||
import {
|
||||
Home,
|
||||
Community,
|
||||
Calendar,
|
||||
Hammer,
|
||||
|
|
@ -13,6 +14,7 @@ import {
|
|||
|
||||
const router = useRouter();
|
||||
const categories = [
|
||||
{ name: "Home", icon: Home, url: "/" },
|
||||
{ name: "Calendar", icon: Calendar, url: "/calendar" },
|
||||
{ name: "Clients", icon: Community, url: "/clients" },
|
||||
{ name: "Jobs", icon: Hammer, url: "/jobs" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue