Skip to content

Commit 580839f

Browse files
committed
chore(docs): remove unused filteredNav import
1 parent 346e16c commit 580839f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/src/components/app/AppNav.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
const { isSettled } = useHydration()
2626
2727
const app = useAppStore()
28-
const { filteredNav, selectedLevels } = useLevelFilterContext()
28+
const { selectedLevels } = useLevelFilterContext()
2929
const { configuredNav, activeFeatures, clearFilter } = useNavConfigContext()
3030
const route = useRoute()
3131

0 commit comments

Comments
 (0)