Skip to content

Commit

Permalink
fix(navigation): missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Jan 23, 2023
1 parent 383f707 commit 6a1e854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/composables/navigation.ts
Expand Up @@ -4,6 +4,7 @@ import type { NavItem, QueryBuilder, QueryBuilderParams } from '../types'
import { encodeQueryParams } from '../utils/query'
import { jsonStringify } from '../utils/json'
import { addPrerenderPath, shouldUseClientDB, withContentBase } from './utils'
import { queryContent } from './query'

export const fetchContentNavigation = async (queryBuilder?: QueryBuilder | QueryBuilderParams): Promise<Array<NavItem>> => {
const { content } = useRuntimeConfig().public
Expand Down

0 comments on commit 6a1e854

Please sign in to comment.