Skip to content

Commit

Permalink
fix: correct import path
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGlowala committed Dec 21, 2023
1 parent 518162c commit 3e35b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/src/pages/runtime/plugins/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { isEqual, withoutBase } from 'ufo'

import type { PageMeta } from '../composables'

import { toArray } from '../../../utils'
import { toArray } from '../utils'
import type { Plugin, RouteMiddleware } from '#app'
import { defineNuxtPlugin, useRuntimeConfig } from '#app/nuxt'
import { clearError, showError, useError } from '#app/composables/error'
Expand Down

0 comments on commit 3e35b19

Please sign in to comment.