File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
site/src/pages/TemplatesPage Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import { TemplatesPageView } from "./TemplatesPageView";
12
12
13
13
const meta : Meta < typeof TemplatesPageView > = {
14
14
title : "pages/TemplatesPage" ,
15
+ decorators : [ withDashboardProvider ] ,
15
16
parameters : { chromatic : chromaticWithTablet } ,
16
17
component : TemplatesPageView ,
17
18
args : {
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ import {
38
38
TableRowSkeleton ,
39
39
} from "components/TableLoader/TableLoader" ;
40
40
import { useClickableTableRow } from "hooks/useClickableTableRow" ;
41
- import { useDashboard } from "modules/dashboard/useDashboard" ;
42
41
import { linkToTemplate , useLinks } from "modules/navigation" ;
43
42
import type { FC } from "react" ;
44
43
import { useNavigate } from "react-router-dom" ;
You can’t perform that action at this time.
0 commit comments