diff --git a/web/app/routes/tx.tsx b/web/app/routes/tx.tsx index c872628..3d17edf 100644 --- a/web/app/routes/tx.tsx +++ b/web/app/routes/tx.tsx @@ -1,6 +1,6 @@ import { ActionFunctionArgs, json, type MetaFunction } from "@remix-run/node"; import { Form, useActionData } from "@remix-run/react"; -import { Button, logCuriosity, RootSection } from "../components"; +import { Button, RootSection, logCuriosity } from "../components"; import * as server from "./tx.server"; import TOPICS from "./tx.topics";