feat: use shared composable for useProject and useTabs

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2023-02-13 01:55:03 +03:00
parent 9f153d299e
commit 8045ba6779
8 changed files with 36 additions and 44 deletions

View File

@@ -29,7 +29,6 @@ import {
useMetas,
useNuxtApp,
useProject,
useRoute,
useRouter,
useSharedView,
useSmartsheetStoreOrThrow,
@@ -59,7 +58,7 @@ export function useViewData(
const router = useRouter()
const route = useRoute()
const route = $(router.currentRoute)
const { appInfo } = $(useGlobal())