Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolxt committed Jan 20, 2025
1 parent 3b05975 commit 32aa285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Tag from "@core/components/element/Tag";
import type { Reward } from "@merkl/api";
import { Button, type Component, Icon, Space, Value, mergeClass } from "dappkit";
import { TransactionButton, type TransactionButtonProps } from "dappkit";
import type { TransactionButtonProps } from "dappkit";
import { Collapsible } from "dappkit";
import { EventBlocker } from "dappkit";
import { useWalletContext } from "dappkit";
Expand Down
2 changes: 1 addition & 1 deletion src/modules/user/routes/user.$address.header.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { LoaderFunctionArgs, MetaFunction } from "@remix-run/node";
import { Outlet, useFetcher, useLoaderData } from "@remix-run/react";
import { Button, Divider, Dropdown, Group, Hash, Icon, Text, Value } from "dappkit";
import { TransactionButton, type TransactionButtonProps } from "dappkit";
import type { TransactionButtonProps } from "dappkit";
import { useWalletContext } from "dappkit";
import { useMemo } from "react";
import { isAddress } from "viem";
Expand Down

0 comments on commit 32aa285

Please sign in to comment.