From eb11642c5f4f9a15fe8034635a24f502c91b8d77 Mon Sep 17 00:00:00 2001 From: harlan Date: Sun, 3 Nov 2024 21:13:37 +1100 Subject: [PATCH] chore: fix types --- playground/server/plugins/sitemap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/server/plugins/sitemap.ts b/playground/server/plugins/sitemap.ts index 42e081b5..afbdeb68 100644 --- a/playground/server/plugins/sitemap.ts +++ b/playground/server/plugins/sitemap.ts @@ -1,4 +1,4 @@ -import { defineNitroPlugin } from 'nitropack/dist/runtime/plugin' +import { defineNitroPlugin } from '#imports' export default defineNitroPlugin((nitroApp) => { nitroApp.hooks.hook('sitemap:output', async () => {