diff --git a/frontend/components/profile/global/ProfilePageTitle.vue b/frontend/components/profile/global/ProfilePageTitle.vue index 5791e84..754a5ce 100644 --- a/frontend/components/profile/global/ProfilePageTitle.vue +++ b/frontend/components/profile/global/ProfilePageTitle.vue @@ -9,6 +9,10 @@ type Props = { // props defineProps(); + +// inject + +const toggleSidebar = inject("toggleSidebar");