We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc07cb commit 54901e3Copy full SHA for 54901e3
site/src/pages/TemplatesPage/TemplatesPage.tsx
@@ -3,9 +3,9 @@ import { Helmet } from "react-helmet-async";
3
import { useQuery } from "react-query";
4
import { templateExamples, templates } from "api/queries/templates";
5
import { useAuthenticated } from "contexts/auth/RequireAuth";
6
+import { useDashboard } from "modules/dashboard/useDashboard";
7
import { pageTitle } from "utils/page";
8
import { TemplatesPageView } from "./TemplatesPageView";
-import { useDashboard } from "modules/dashboard/useDashboard";
9
10
export const TemplatesPage: FC = () => {
11
const { permissions } = useAuthenticated();
0 commit comments