Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66a4787

Browse files
committed
Run FMT
1 parent e230aa0 commit 66a4787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacesPage/WorkspacesPageView.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { PaginationHeader } from "components/PaginationWidget/PaginationHeader";
1818
import { PaginationWidgetBase } from "components/PaginationWidget/PaginationWidgetBase";
1919
import { Stack } from "components/Stack/Stack";
2020
import { TableToolbar } from "components/TableToolbar/TableToolbar";
21-
import { PlayIcon, SquareIcon, TrashIcon, ChevronDownIcon } from "lucide-react";
21+
import { ChevronDownIcon, PlayIcon, SquareIcon, TrashIcon } from "lucide-react";
2222
import { WorkspacesTable } from "pages/WorkspacesPage/WorkspacesTable";
2323
import type { FC } from "react";
2424
import type { UseQueryResult } from "react-query";

0 commit comments

Comments
 (0)