Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 1, 2023
1 parent 3bbcc1e commit 4260eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/mock.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Unimport } from 'unimport'
import { addVitePlugin, isIgnored, resolveIgnorePatterns, useNuxt } from '@nuxt/kit'
import { addVitePlugin, resolveIgnorePatterns, useNuxt } from '@nuxt/kit'

import { createMockPlugin } from './plugins/mock'
import type { MockPluginContext } from './plugins/mock'
Expand Down

0 comments on commit 4260eee

Please sign in to comment.