Move styles into Vite
Make sidebar work better
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import { render } from "preact";
|
||||
import { App } from "./components/App";
|
||||
import "./styles.scss";
|
||||
|
||||
render(<App />, document.getElementById("app"));
|
||||
|
Reference in New Issue
Block a user