File tree 1 file changed +2
-2
lines changed
site/src/pages/WorkspacePage
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ import { useAuthenticated } from "contexts/auth/RequireAuth";
26
26
import dayjs from "dayjs" ;
27
27
import { useEmbeddedMetadata } from "hooks/useEmbeddedMetadata" ;
28
28
import { useWorkspaceBuildLogs } from "hooks/useWorkspaceBuildLogs" ;
29
+ import sortBy from "lodash/sortBy" ;
30
+ import uniqBy from "lodash/uniqBy" ;
29
31
import { useFeatureVisibility } from "modules/dashboard/useFeatureVisibility" ;
30
32
import { type FC , useEffect , useState } from "react" ;
31
33
import { Helmet } from "react-helmet-async" ;
@@ -37,8 +39,6 @@ import { UpdateBuildParametersDialog } from "./UpdateBuildParametersDialog";
37
39
import { Workspace } from "./Workspace" ;
38
40
import { WorkspaceDeleteDialog } from "./WorkspaceDeleteDialog" ;
39
41
import type { WorkspacePermissions } from "./permissions" ;
40
- import sortBy from "lodash/sortBy" ;
41
- import uniqBy from "lodash/uniqBy" ;
42
42
43
43
interface WorkspaceReadyPageProps {
44
44
template : TypesGen . Template ;
You can’t perform that action at this time.
0 commit comments