From 1f8ba84c4c863ecf0b78e0251dd08597893fdb48 Mon Sep 17 00:00:00 2001 From: sudipnext Date: Tue, 3 Mar 2026 10:40:29 +0545 Subject: [PATCH] fix: remove duplicate import of TemplateLayoutsWithSettings in usePresentationGeneration hook --- .../outline/hooks/usePresentationGeneration.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/servers/nextjs/app/(presentation-generator)/outline/hooks/usePresentationGeneration.ts b/servers/nextjs/app/(presentation-generator)/outline/hooks/usePresentationGeneration.ts index a8da1be9..0b3b7580 100644 --- a/servers/nextjs/app/(presentation-generator)/outline/hooks/usePresentationGeneration.ts +++ b/servers/nextjs/app/(presentation-generator)/outline/hooks/usePresentationGeneration.ts @@ -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: "",