Remove a lot of ceremony from frontend state management

This commit is contained in:
Jon Staab
2026-03-26 17:07:44 -07:00
parent a2f9ca9688
commit 6415bcd7b7
15 changed files with 188 additions and 415 deletions
+1 -3
View File
@@ -1,6 +1,6 @@
import { A } from "@solidjs/router"
import PricingTable from "../components/PricingTable"
import { useActiveAccount } from "../lib/nostr"
import { account } from "../lib/hooks"
function CheckIcon() {
return (
@@ -21,8 +21,6 @@ function ExternalLinkIcon() {
}
export default function Home() {
const account = useActiveAccount()
return (
<div class="min-h-screen bg-white text-gray-900 overflow-x-hidden">