fix(vinxi): export default client entry mount
This commit is contained in:
parent
998bebc8ec
commit
96ebcad709
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
// @refresh reload
|
// @refresh reload
|
||||||
import { mount, StartClient } from "@solidjs/start/client";
|
import { mount, StartClient } from "@solidjs/start/client";
|
||||||
|
|
||||||
mount(() => <StartClient />, document.getElementById("app")!);
|
export default mount(() => <StartClient />, document.getElementById("app")!);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue