Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
k70suK3-k06a7ash1 committed Feb 24, 2025
1 parent 8c4c16d commit 0942681
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/atoms/icon/TemplateIcon/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { FileText } from "lucide-react";
import { Spacer } from "../../Spacer";
import type { LanguageKey, SeparateLevelType } from "@/types";
// import { SetTemplateModal } from "@/components/features/setTemplateModal";
import { languageAndReadmeMap } from "@/constants/languageAndReadmeMap";
import { useSplitByTag } from "@/hooks/useSplitByTag";
import { useMarkdownContext } from "@/context/MarkdownContext";
Expand All @@ -11,13 +10,6 @@ export const TemplateSection = () => {
const { splitByTag } = useSplitByTag();
const { setMarkdown: set } = useMarkdownContext();

// const [Modal, open, close] = useModal("root", {
// preventScroll: true,
// focusTrapOptions: {
// clickOutsideDeactivates: false,
// },
// });

const handleSetTemplate = (languageKey: LanguageKey) => {
if (languageKey === undefined) {
throw new Error("language key is undefined");
Expand Down

0 comments on commit 0942681

Please sign in to comment.