Skip to content

Commit ddffb6f

Browse files
committed
Fixed problem
1 parent 7a4fe50 commit ddffb6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/05-external-libraries/26.5-override-external-lib-types.problem.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getAnimatingState } from "../fake-animation-lib";
1+
import { getAnimatingState } from "fake-animation-lib";
22
import { Equal, Expect } from "../helpers/type-utils";
33

44
const animatingState = getAnimatingState();
@@ -9,5 +9,5 @@ type tests = [
99
typeof animatingState,
1010
"before-animation" | "animating" | "after-animation"
1111
>
12-
>,
12+
>
1313
];

0 commit comments

Comments
 (0)