From 51cd7751605116cb547676b926e2bb0143aa57d2 Mon Sep 17 00:00:00 2001 From: Christian Westgaard Date: Tue, 17 Dec 2024 09:21:23 +0100 Subject: [PATCH] Fix import that fails type checking in starter-react4xp --- .../react4xp/React4xp/methods/renderWarningPlaceholder.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/lib/enonic/react4xp/React4xp/methods/renderWarningPlaceholder.ts b/src/main/resources/lib/enonic/react4xp/React4xp/methods/renderWarningPlaceholder.ts index e29482cc..7aba7181 100644 --- a/src/main/resources/lib/enonic/react4xp/React4xp/methods/renderWarningPlaceholder.ts +++ b/src/main/resources/lib/enonic/react4xp/React4xp/methods/renderWarningPlaceholder.ts @@ -1,4 +1,4 @@ -import type { React4xp } from '..'; +import type { React4xp } from '../../React4xp'; export function renderWarningPlaceholder(this: React4xp) {