Skip to content

Commit

Permalink
chore: use type-only import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 4, 2023
1 parent 14c21bf commit 91c8e21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineNuxtModule, isNuxt2 } from '@nuxt/kit'
import { resolve } from 'pathe'
import Critters, { Options } from 'critters'
import Critters from 'critters'
import type { Options } from 'critters'

export interface ModuleOptions {
// Options passed directly to `critters`
Expand Down

0 comments on commit 91c8e21

Please sign in to comment.