File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
UserSettingsPage/TokensPage Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import type { Interpolation , Theme } from "@emotion/react" ;
2
- import { TrashIcon } from "lucide-react" ;
3
2
import PersonAdd from "@mui/icons-material/PersonAdd" ;
4
3
import SettingsOutlined from "@mui/icons-material/SettingsOutlined" ;
5
4
import LoadingButton from "@mui/lab/LoadingButton" ;
@@ -51,6 +50,7 @@ import {
51
50
TableToolbar ,
52
51
} from "components/TableToolbar/TableToolbar" ;
53
52
import { MemberAutocomplete } from "components/UserAutocomplete/UserAutocomplete" ;
53
+ import { TrashIcon } from "lucide-react" ;
54
54
import { EllipsisVertical } from "lucide-react" ;
55
55
import { type FC , useState } from "react" ;
56
56
import { Helmet } from "react-helmet-async" ;
Original file line number Diff line number Diff line change 1
1
import { useTheme } from "@emotion/react" ;
2
- import { TrashIcon } from "lucide-react" ;
3
2
import IconButton from "@mui/material/IconButton" ;
4
3
import Table from "@mui/material/Table" ;
5
4
import TableBody from "@mui/material/TableBody" ;
@@ -15,6 +14,7 @@ import { TableEmpty } from "components/TableEmpty/TableEmpty";
15
14
import { TableLoader } from "components/TableLoader/TableLoader" ;
16
15
import dayjs from "dayjs" ;
17
16
import relativeTime from "dayjs/plugin/relativeTime" ;
17
+ import { TrashIcon } from "lucide-react" ;
18
18
import type { FC , ReactNode } from "react" ;
19
19
20
20
dayjs . extend ( relativeTime ) ;
Original file line number Diff line number Diff line change 1
1
import { type Interpolation , type Theme , useTheme } from "@emotion/react" ;
2
2
import ArrowBackOutlined from "@mui/icons-material/ArrowBackOutlined" ;
3
- import { TrashIcon } from "lucide-react" ;
4
3
import QuotaIcon from "@mui/icons-material/MonetizationOnOutlined" ;
5
4
import Link from "@mui/material/Link" ;
6
5
import Tooltip from "@mui/material/Tooltip" ;
@@ -18,6 +17,7 @@ import {
18
17
} from "components/FullPageLayout/Topbar" ;
19
18
import { HelpTooltipContent } from "components/HelpTooltip/HelpTooltip" ;
20
19
import { Popover , PopoverTrigger } from "components/deprecated/Popover/Popover" ;
20
+ import { TrashIcon } from "lucide-react" ;
21
21
import { useDashboard } from "modules/dashboard/useDashboard" ;
22
22
import { linkToTemplate , useLinks } from "modules/navigation" ;
23
23
import { WorkspaceStatusBadge } from "modules/workspaces/WorkspaceStatusBadge/WorkspaceStatusBadge" ;
You can’t perform that action at this time.
0 commit comments