From f33f5a20d64249466e5a8c15ffbc8fd43cbdb1bf Mon Sep 17 00:00:00 2001 From: Farnabaz Date: Tue, 19 Dec 2023 17:31:13 +0100 Subject: [PATCH] fix: imports --- playground/basic/pages/[...slug].vue | 2 ++ playground/basic/pages/playground.vue | 2 ++ playground/shared/components/NavItem.vue | 1 + playground/shared/components/PageNav.vue | 3 +++ playground/shared/components/Playground.vue | 2 ++ src/runtime/server/api/navigation.ts | 2 +- src/runtime/server/api/query.ts | 3 +-- 7 files changed, 12 insertions(+), 3 deletions(-) diff --git a/playground/basic/pages/[...slug].vue b/playground/basic/pages/[...slug].vue index 85dde4e85..c3b944ab8 100644 --- a/playground/basic/pages/[...slug].vue +++ b/playground/basic/pages/[...slug].vue @@ -19,6 +19,8 @@