mirror of
https://github.com/kou029w/quot.git
synced 2025-01-19 00:18:09 +00:00
6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
|
import "@exampledev/new.css";
|
||
|
import { render } from "solid-js/web";
|
||
|
import App from "./app";
|
||
|
|
||
|
render(App, document.body);
|