reorg components

This commit is contained in:
Paul Miller
2023-04-10 18:07:52 -05:00
parent 67a7d08ad9
commit 801c626560
17 changed files with 50 additions and 46 deletions

View File

@@ -1,7 +1,7 @@
import { Motion, Presence } from "@motionone/solid";
import { createResource, Show, Suspense } from "solid-js";
import { ButtonLink } from "~/components/Button";
import { ButtonLink } from "~/components/layout";
import { useMegaStore } from "~/state/megaStore";
function prettyPrintAmount(n?: number | bigint): string {