File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
site/src/pages/TemplatePage Expand file tree Collapse file tree 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";
3535import type { FC } from "react" ;
3636import { useQuery } from "react-query" ;
3737import { Link as RouterLink , useNavigate } from "react-router-dom" ;
38- import { useDeletionDialogState } from "./useDeletionDialogState" ;
3938import { TemplateStats } from "./TemplateStats" ;
39+ import { useDeletionDialogState } from "./useDeletionDialogState" ;
4040
4141type TemplateMenuProps = {
4242 organizationName : string ;
Original file line number Diff line number Diff line change 11import type { Template , WorkspaceResource } from "api/typesGenerated" ;
22import { Loader } from "components/Loader/Loader" ;
33import { TemplateResourcesTable } from "modules/templates/TemplateResourcesTable/TemplateResourcesTable" ;
4- import { type FC } from "react" ;
4+ import type { FC } from "react" ;
55import { Navigate , useLocation } from "react-router-dom" ;
66
77export interface TemplateResourcesPageViewProps {
You can’t perform that action at this time.
0 commit comments