diff --git a/web/src/pages/DashboardPage.vue b/web/src/pages/DashboardPage.vue index 8b9826a..47bf7ba 100644 --- a/web/src/pages/DashboardPage.vue +++ b/web/src/pages/DashboardPage.vue @@ -1,8 +1,13 @@ @@ -14,5 +19,9 @@ import AppCard from "@/components/common/AppCard.vue" const { isSystemAdmin } = useCurrentUser() +function test() { + console.log("Running test") +} + useBreadcrumbs()