Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Jan 19, 2024
1 parent 6ba2e6c commit 14b0ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/msw-addon/src/decorator.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { RequestHandler } from 'msw'
import { api, initialize } from '@build-time/initialize'
import { api } from '@build-time/initialize'

export type MswParameters = {
msw?:
Expand Down
2 changes: 1 addition & 1 deletion packages/msw-addon/src/loader.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { RequestHandler, SetupApi } from 'msw'
import type { RequestHandler } from 'msw'
import type { Context } from './decorator'
import { api } from '@build-time/initialize'

Expand Down

0 comments on commit 14b0ba7

Please sign in to comment.