File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import type { OrganizationInfo } from "@dafthunk/types" ;
2- import {
3- Database ,
4- KeyRound ,
5- LayoutDashboard ,
6- Lock ,
7- Logs ,
8- SquareTerminal ,
9- Target ,
10- Users ,
11- } from "lucide-react" ;
2+ import Database from "lucide-react/icons/database" ;
3+ import KeyRound from "lucide-react/icons/key-round" ;
4+ import LayoutDashboard from "lucide-react/icons/layout-dashboard" ;
5+ import Lock from "lucide-react/icons/lock" ;
6+ import Logs from "lucide-react/icons/logs" ;
7+ import SquareTerminal from "lucide-react/icons/square-terminal" ;
8+ import Target from "lucide-react/icons/target" ;
9+ import Users from "lucide-react/icons/users" ;
1210import React , { useEffect } from "react" ;
1311import { useParams } from "react-router" ;
1412
Original file line number Diff line number Diff line change 11import type { ColumnDef } from "@tanstack/react-table" ;
22import { format } from "date-fns" ;
3- import { MoreHorizontal , Plus } from "lucide-react" ;
3+ import MoreHorizontal from "lucide-react/icons/more-horizontal" ;
4+ import Plus from "lucide-react/icons/plus" ;
45import { useCallback , useEffect , useState } from "react" ;
56import { useParams } from "react-router" ;
67import { toast } from "sonner" ;
Original file line number Diff line number Diff line change 1- import { Building2 , User } from "lucide-react" ;
1+ import Building2 from "lucide-react/icons/building-2" ;
2+ import User from "lucide-react/icons/user" ;
23import React from "react" ;
34import type { RouteObject , RouterState } from "react-router" ;
45import { Navigate } from "react-router" ;
Original file line number Diff line number Diff line change 1- import type { LucideIcon } from "lucide-react" ;
2-
3- declare module "lucide-react/icons/*" {
4- const icon : LucideIcon ;
5- export default icon ;
6- }
7-
81declare module "lucide-react/icons/*" {
2+ import { LucideIcon } from "lucide-react" ;
93 const icon : LucideIcon ;
104 export default icon ;
115}
You can’t perform that action at this time.
0 commit comments