Remove import

This commit is contained in:
Arnaud 2024-10-31 17:55:57 +01:00
parent 344b2d35cb
commit 7c9d54dd2f
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import "./table.css";
import { ArrowDownUp, Search } from "lucide-react";
import { Search } from "lucide-react";
import { Fragment, ReactElement, ReactNode, useEffect, useState } from "react";
import { classnames } from "../utils/classnames";
import { attributes } from "../utils/attributes";