Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mybearworld committed Jun 14, 2024
1 parent fce5dda commit 96a77cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Post.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { File, PencilLine, Reply, Trash2, X } from "lucide-react";
import * as Dialog from "@radix-ui/react-dialog";
import { CSSProperties, ReactNode, useRef, useState, memo } from "react";
import { ReactNode, useRef, useState, memo } from "react";
import { useShallow } from "zustand/react/shallow";
import { useAPI } from "../lib/api";
import { getReply } from "../lib/reply";
Expand Down

0 comments on commit 96a77cb

Please sign in to comment.