Skip to content

Commit

Permalink
Merge branch 'main' into feature/babbage-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mikarasv committed Apr 10, 2024
2 parents 28d4a11 + ccfcfca commit 75e2e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/routes/tx.tsx
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit 75e2e19

Please sign in to comment.