1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-19 00:18:09 +00:00
quot/app/views/index.ts

6 lines
123 B
TypeScript
Raw Normal View History

2022-08-23 09:01:47 +09:00
import "@exampledev/new.css";
import { render } from "solid-js/web";
import App from "./app";
render(App, document.body);