fix: imports

fix-interleaving
paoloricciuti 2 months ago committed by GitHub
parent b9ab9cbefb
commit 5b4873cf57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -13,10 +13,9 @@ import renderer, {
type ObjElement,
type ObjNode
} from './renderer.js';
import { mount, unmount } from '../../src/index-client.js';
import { writeFile } from 'node:fs/promises';
import { globSync } from 'tinyglobby';
import { hydrate, unmount } from 'svelte';
import { hydrate, unmount, mount } from 'svelte';
import { render } from 'svelte/server';
// `_config.js` test callbacks rely on inferred parameter types, which

Loading…
Cancel
Save