package fic

This commit is contained in:
2025-03-28 19:43:01 +05:30
parent 01588cf6c1
commit 261e673dac
5 changed files with 11 additions and 28 deletions

View File

@@ -5,7 +5,6 @@ const Templates = () => {
const { templates, removeTemplate } = useTemplateStore();
const { setSelectedZone } = useSelectedZoneStore();
console.log("templates: ", templates);
const handleDeleteTemplate = (id: string) => {
removeTemplate(id);
};