settings reorg

This commit is contained in:
Paul Miller
2023-06-29 10:19:22 -05:00
parent 3348db1eeb
commit 534a1ba00f
18 changed files with 430 additions and 304 deletions

View File

@@ -1,5 +1,5 @@
import { Show } from "solid-js";
import { Button, FancyCard, Hr, Indicator } from "~/components/layout";
import { Button, FancyCard, Indicator } from "~/components/layout";
import { useMegaStore } from "~/state/megaStore";
import { Amount } from "./Amount";
import { A, useNavigate } from "solid-start";