fix: import correctly

pull/18058/head
paoloricciuti 4 months ago
parent 0a0212c86e
commit 4eb2c0bd80

@ -1,5 +1,5 @@
import { branch, effect_root } from '../reactivity/effects';
import { push_renderer } from './state';
import { branch, effect_root } from '../reactivity/effects.js';
import { push_renderer } from './state.js';
/**
* @template [TFragment=any]

Loading…
Cancel
Save