Skip to content

Commit

Permalink
Fix import that fails type checking in starter-react4xp
Browse files Browse the repository at this point in the history
  • Loading branch information
ComLock committed Dec 17, 2024
1 parent bf178b0 commit 51cd775
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { React4xp } from '..';
import type { React4xp } from '../../React4xp';


export function renderWarningPlaceholder(this: React4xp) {
Expand Down

0 comments on commit 51cd775

Please sign in to comment.