revert bg color until I can decide, cleanup lints

This commit is contained in:
Paul Miller
2023-04-14 11:27:45 -05:00
parent de0d4cbee5
commit 788c654169
4 changed files with 5 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
import { Motion, Presence } from "@motionone/solid";
import { createResource, Show, Suspense } from "solid-js";
import { Button, ButtonLink, FancyCard, LoadingSpinner, SmallHeader } from "~/components/layout";
import { Button, ButtonLink, FancyCard } from "~/components/layout";
import { useMegaStore } from "~/state/megaStore";
import { Amount } from "./Amount";