We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be44a12 commit 1225cdbCopy full SHA for 1225cdb
src/components/drawer/drawer.tsx
@@ -2,7 +2,7 @@
2
3
import useProject from "@/hooks/use-project";
4
import { ProjectDetail } from "../project";
5
-import { useEffect, useRef, useState } from "react";
+import { useRef } from "react";
6
import { motion } from "motion/react";
7
8
const Drawer = () => {
0 commit comments