let-me-focus-browser/entrypoints/popup/main.tsx

6 lines
145 B
TypeScript

import { render } from "solid-js/web";
import "./style.css";
import App from "./App";
render(() => <App />, document.getElementById("root")!);