Skip to content

Commit a1b855c

Browse files
committed
test: update import to #internal/nitro/app
1 parent 8f61d00 commit a1b855c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nuxt/test/nitro/render-index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-expect-error untyped
22
import '#nitro-internal-pollyfills'
3-
import type { NitroApp } from 'nitropack'
4-
import { useNitroApp } from '#internal/nitro'
3+
import type { NitroApp } from '#internal/nitro/app'
4+
import { useNitroApp } from '#internal/nitro/app'
55

66
const nitroApp = useNitroApp()
77

0 commit comments

Comments
 (0)