feat: rewrite to solidjs
This commit is contained in:
parent
74c6215c27
commit
afa2db26e7
21 changed files with 1074 additions and 1835 deletions
6
entrypoints/popup/main.tsx
Normal file
6
entrypoints/popup/main.tsx
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import { render } from "solid-js/web";
|
||||
|
||||
import "./style.css";
|
||||
import App from "./App";
|
||||
|
||||
render(() => <App />, document.getElementById("root")!);
|
||||
Loading…
Add table
Add a link
Reference in a new issue