Skip to content

Commit

Permalink
move import to old location
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Sep 18, 2024
1 parent cf88c9e commit ebbb4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ebbb4af

Please sign in to comment.