forked from coracle/caravel
Format backend, tweak frontend
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
import { render } from "solid-js/web"
|
||||
import "./index.css"
|
||||
import App from "./App"
|
||||
import { restoreAccounts } from "./lib/nostr"
|
||||
import { PLATFORM_NAME, restoreAccounts } from "./lib/nostr"
|
||||
|
||||
const root = document.getElementById("root")!
|
||||
|
||||
document.title = PLATFORM_NAME
|
||||
|
||||
import("preline").then(() => {
|
||||
restoreAccounts()
|
||||
render(() => <App />, root)
|
||||
|
||||
Reference in New Issue
Block a user