Skip to content

Commit 044c2c7

Browse files
committed
Remove unused import
1 parent 145f2d8 commit 044c2c7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/core/src/generate/alternatives.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { mapValues } from "../utils/map-values";
2-
31
type Blueprint = Record<string, readonly unknown[]>;
42

53
type Alternatives<B extends Blueprint> = {

0 commit comments

Comments
 (0)