basic shape
This commit is contained in:
4
packages/client/src/entry-client.tsx
Normal file
4
packages/client/src/entry-client.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import App from "./app";
|
||||
import { render } from "solid-js/web";
|
||||
|
||||
render(App, document.getElementById("app")!);
|
||||
Reference in New Issue
Block a user