Skip to content

Commit 1225cdb

Browse files
committed
chore: remove unused usestate and useeffect imports from drawer
1 parent be44a12 commit 1225cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/drawer/drawer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import useProject from "@/hooks/use-project";
44
import { ProjectDetail } from "../project";
5-
import { useEffect, useRef, useState } from "react";
5+
import { useRef } from "react";
66
import { motion } from "motion/react";
77

88
const Drawer = () => {

0 commit comments

Comments
 (0)