update deps and fix some import paths

This commit is contained in:
Paul Miller
2023-04-10 10:49:11 -05:00
parent d9c351b2e2
commit 2121743e9c
8 changed files with 273 additions and 325 deletions

View File

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