Skip to content

Commit

Permalink
Fix extra import
Browse files Browse the repository at this point in the history
  • Loading branch information
ryqndev committed May 11, 2024
1 parent 34bd36e commit a5ad175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import clsx from "clsx";
import { memo, useRef } from "react";
import { memo } from "react";
import cn from "./Instructions.module.scss";
import { Text } from "app/components";
import COLOR_BREAKDOWN from "./breakdown.png";
Expand Down

0 comments on commit a5ad175

Please sign in to comment.