Skip to content

Commit 54901e3

Browse files
committed
🧹
1 parent 4fc07cb commit 54901e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/TemplatesPage/TemplatesPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { Helmet } from "react-helmet-async";
33
import { useQuery } from "react-query";
44
import { templateExamples, templates } from "api/queries/templates";
55
import { useAuthenticated } from "contexts/auth/RequireAuth";
6+
import { useDashboard } from "modules/dashboard/useDashboard";
67
import { pageTitle } from "utils/page";
78
import { TemplatesPageView } from "./TemplatesPageView";
8-
import { useDashboard } from "modules/dashboard/useDashboard";
99

1010
export const TemplatesPage: FC = () => {
1111
const { permissions } = useAuthenticated();

0 commit comments

Comments
 (0)