Skip to content

Commit c4aaa36

Browse files
committed
Added imports back
1 parent 61c4ebc commit c4aaa36

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/03-art-of-type-arguments/16-class-names-creator.solution.1.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { expect, it } from "vitest";
2+
import { Equal, Expect } from "../helpers/type-utils";
23

34
const createClassNamesFactory =
45
<TVariant extends string>(classes: Record<TVariant, string>) =>

src/03-art-of-type-arguments/16-class-names-creator.solution.2.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { expect, it } from "vitest";
2+
import { Equal, Expect } from "../helpers/type-utils";
23

34
const createClassNamesFactory =
45
<TClasses extends Record<string, string>>(classes: TClasses) =>

0 commit comments

Comments
 (0)