chore: remove unused import

This commit is contained in:
2024-12-01 19:19:03 +00:00
parent b76315197d
commit daf9bab49f

View File

@@ -18,7 +18,7 @@ import { useToast } from "@/hooks/use-toast";
import { ToastAction } from "@radix-ui/react-toast";
import { Link } from "@tanstack/react-router";
import dayjs from "dayjs";
import { Info, Pencil, Plus, Trash2 } from "lucide-react";
import { Pencil, Plus, Trash2 } from "lucide-react";
import { useDeleteTemplate, useTemplates } from "./api";
import { NewTemplateDialog } from "./new-template-dialog";