Skip to content

Commit 24f7f14

Browse files
committed
Fix: resolve incorrect import
1 parent 5e255ce commit 24f7f14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/const/cubeCollection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CubeCollection } from "@/interfaces/CubeCollection";
1+
import { CubeCollection } from "@/interfaces/cubeCollection";
22
import cube222 from "@/images/categories/cube222.svg";
33
import cube333 from "@/images/categories/cube333.svg";
44
import cube333oh from "@/images/categories/cube333oh.svg";

src/lib/timer/genScramble.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Scrambow } from "scrambow";
22
import { cubeCollection } from "../const/cubeCollection";
33
import { Categories } from "@/interfaces/Categories";
4-
import { CubeCollection } from "@/interfaces/CubeCollection";
4+
import { CubeCollection } from "@/interfaces/cubeCollection";
55

66
/**
77
* Generates a scramble for the given cube category using Scrambow.

0 commit comments

Comments
 (0)