Skip to content

Commit

Permalink
Revert "Remove unused import"
Browse files Browse the repository at this point in the history
This reverts commit 044c2c7.
  • Loading branch information
immrsd committed Dec 2, 2024
1 parent 044c2c7 commit ff08e5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/generate/alternatives.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { mapValues } from "../utils/map-values";

type Blueprint = Record<string, readonly unknown[]>;

type Alternatives<B extends Blueprint> = {
Expand Down

0 comments on commit ff08e5e

Please sign in to comment.