From ebbb4afd400b72f9315c36f3a22874d6b84e2e04 Mon Sep 17 00:00:00 2001 From: Zoey Kaiser Date: Wed, 18 Sep 2024 20:15:40 +0200 Subject: [PATCH] move import to old location --- src/module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module.ts b/src/module.ts index 4a750c4d..3cbe0a8a 100644 --- a/src/module.ts +++ b/src/module.ts @@ -11,8 +11,8 @@ import { useLogger } from '@nuxt/kit' import { defu } from 'defu' -import { genInterface } from 'knitwork' import { joinURL } from 'ufo' +import { genInterface } from 'knitwork' import type { DeepRequired } from 'ts-essentials' import type { NuxtModule } from 'nuxt/schema' import { getOriginAndPathnameFromURL, isProduction } from './runtime/helpers'