fix: remove duplicate import of TemplateLayoutsWithSettings in usePresentationGeneration hook
This commit is contained in:
parent
6b6dc29104
commit
1f8ba84c4c
1 changed files with 0 additions and 1 deletions
|
|
@ -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: "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue