Skip to content

Commit

Permalink
chore: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 26, 2024
1 parent 7585175 commit 76db15d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pipe.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { Arrayable } from 'vitest'
import type { Awaitable, FlatConfigItem } from './types'
import type { Arrayable, Awaitable, FlatConfigItem } from './types'
import { renamePluginsInConfigs } from './rename'
import { mergeConfigs } from './merge'

Expand Down

0 comments on commit 76db15d

Please sign in to comment.