import { ref } from "vue"; import type { Template } from "../types/template"; const isOpen = ref(false); const currentTemplate = ref