Skip to content

Commit

Permalink
fix(document-driven): invalid composable import
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Aug 31, 2023
1 parent ace20a2 commit e56f71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/legacy/plugins/documentDriven.ts
Expand Up @@ -5,7 +5,7 @@ import type { MarkdownNode, NavItem, ParsedContent } from '../../types'
import type { ModuleOptions } from '../../../module'
import { useContentState } from '../../composables/content'
import { useContentHelpers } from '../../composables/helpers'
import { fetchContentNavigation } from '../../composables/navigation'
import { fetchContentNavigation } from '../composables/navigation'
import { queryContent } from '../composables/query'
import { useRuntimeConfig, addRouteMiddleware, callWithNuxt, navigateTo, useRoute, defineNuxtPlugin, prefetchComponents, useRouter } from '#app'
import { componentNames } from '#components'
Expand Down

0 comments on commit e56f71d

Please sign in to comment.