File tree 2 files changed +2
-2
lines changed
site/src/pages/TemplatePage
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ import type { WorkspacePermissions } from "modules/permissions/workspaces";
35
35
import type { FC } from "react" ;
36
36
import { useQuery } from "react-query" ;
37
37
import { Link as RouterLink , useNavigate } from "react-router-dom" ;
38
- import { useDeletionDialogState } from "./useDeletionDialogState" ;
39
38
import { TemplateStats } from "./TemplateStats" ;
39
+ import { useDeletionDialogState } from "./useDeletionDialogState" ;
40
40
41
41
type TemplateMenuProps = {
42
42
organizationName : string ;
Original file line number Diff line number Diff line change 1
1
import type { Template , WorkspaceResource } from "api/typesGenerated" ;
2
2
import { Loader } from "components/Loader/Loader" ;
3
3
import { TemplateResourcesTable } from "modules/templates/TemplateResourcesTable/TemplateResourcesTable" ;
4
- import { type FC } from "react" ;
4
+ import type { FC } from "react" ;
5
5
import { Navigate , useLocation } from "react-router-dom" ;
6
6
7
7
export interface TemplateResourcesPageViewProps {
You can’t perform that action at this time.
0 commit comments