Remove unused import
This commit is contained in:
parent
7456a770f9
commit
3ae94b01f4
|
@ -1,7 +1,5 @@
|
|||
import "./Table.css";
|
||||
import { ReactNode } from "react";
|
||||
import { EmptyPlaceholderIcon as EPI } from "../EmptyPlaceholder/EmptyPlaceholderIcon";
|
||||
import { EmptyPlaceholder } from "../EmptyPlaceholder/EmptyPlaceholder";
|
||||
import { Search } from "lucide-react";
|
||||
|
||||
type Props = {
|
||||
|
|
Loading…
Reference in New Issue