Link bookmarking tool built on aproto (early alpha)
at main 141 B view raw
1// @refresh reload 2import { mount, StartClient } from "@solidjs/start/client" 3 4mount(() => <StartClient />, document.getElementById("app")!)