Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e230aa0 commit 66a4787Copy full SHA for 66a4787
site/src/pages/WorkspacesPage/WorkspacesPageView.tsx
@@ -18,7 +18,7 @@ import { PaginationHeader } from "components/PaginationWidget/PaginationHeader";
18
import { PaginationWidgetBase } from "components/PaginationWidget/PaginationWidgetBase";
19
import { Stack } from "components/Stack/Stack";
20
import { TableToolbar } from "components/TableToolbar/TableToolbar";
21
-import { PlayIcon, SquareIcon, TrashIcon, ChevronDownIcon } from "lucide-react";
+import { ChevronDownIcon, PlayIcon, SquareIcon, TrashIcon } from "lucide-react";
22
import { WorkspacesTable } from "pages/WorkspacesPage/WorkspacesTable";
23
import type { FC } from "react";
24
import type { UseQueryResult } from "react-query";
0 commit comments