Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryqndev committed May 5, 2024
1 parent 09ba450 commit dd41d75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/pages/ColorGame/ColorGame.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { memo, useCallback, useEffect, useRef, useState } from "react";
import cn from "./ColorGame.module.scss";
import { Text } from "app/components";
import { Section, Space } from "app/Symbols";
import clsx from "clsx";
import { Leaderboard } from "./components/Leaderboard/Leaderboard";
import {
Expand Down

0 comments on commit dd41d75

Please sign in to comment.