fix: lucide react and offline

This commit is contained in:
Julien Froidefond
2025-04-03 10:23:54 +02:00
parent 9b130f2056
commit fff45628ba
6 changed files with 25 additions and 8 deletions

5
src/types/lucide-react.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module "lucide-react/dist/esm/icons/funnel" {
import { LucideIcon } from "lucide-react";
const Filter: LucideIcon;
export default Filter;
}