fix: remove duplicate import of TemplateLayoutsWithSettings in usePresentationGeneration hook

This commit is contained in:
sudipnext 2026-03-03 10:40:29 +05:45
parent 6b6dc29104
commit 1f8ba84c4c

View file

@ -8,7 +8,6 @@ import { Template, LoadingState, TABS } from "../types/index";
import { MixpanelEvent, trackEvent } from "@/utils/mixpanel";
import { TemplateLayoutsWithSettings } from "@/app/presentation-templates/utils";
import { getCustomTemplateDetails } from "@/app/hooks/useCustomTemplates";
import { TemplateLayoutsWithSettings } from "@/app/presentation-templates/utils";
const DEFAULT_LOADING_STATE: LoadingState = {
message: "",