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 14e5370 commit 15334f2Copy full SHA for 15334f2
site/src/pages/TemplatesPage/CreateTemplateButton.tsx
@@ -3,13 +3,13 @@ import Inventory2 from "@mui/icons-material/Inventory2";
3
import NoteAddOutlined from "@mui/icons-material/NoteAddOutlined";
4
import UploadOutlined from "@mui/icons-material/UploadOutlined";
5
import Button from "@mui/material/Button";
6
-import type { FC } from "react";
7
import {
8
MoreMenu,
9
MoreMenuContent,
10
MoreMenuItem,
11
MoreMenuTrigger,
12
} from "components/MoreMenu/MoreMenu";
+import type { FC } from "react";
13
14
type CreateTemplateButtonProps = {
15
onNavigate: (path: string) => void;
0 commit comments