Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Oct 17, 2024
1 parent 0233ae0 commit 5c73d56
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/FileTree/FileFold.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import { assets } from "@kaplayjs/crew";
import {
type FC,
type PropsWithChildren,
useEffect,
useMemo,
useState,
} from "react";
import { type FC, type PropsWithChildren, useMemo, useState } from "react";
import { cn } from "../../util/cn";
import { FileToolbar } from "./FileToolbar";
import "./FileFolder.css";
Expand Down

0 comments on commit 5c73d56

Please sign in to comment.