Remove unused import

This commit is contained in:
Arnaud 2024-09-20 11:04:07 +02:00
parent 7456a770f9
commit 3ae94b01f4
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 0 additions and 2 deletions

View File

@ -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 = {