Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyGrin committed Sep 7, 2024
1 parent daf8c78 commit eaca072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const footer = `50px`;
const body = `calc(100vh - ${nav} - ${footer})`;

export default function Home() {
const [dropped, setIsDropped] = useState(false);
const [, setIsDropped] = useState(false);

function handleDragEnd(event: DragEndEvent) {
if (event.over && event.over.id === "droppable") {
Expand Down

0 comments on commit eaca072

Please sign in to comment.