Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Feb 15, 2024
1 parent 40f0dd4 commit b2dec76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/FullMessageController.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { CachedConversation, CachedMessageWithId } from "@xmtp/react-sdk";
import { useClient } from "@xmtp/react-sdk";
import { FramesClient } from "@xmtp/frames-client";
import { useEffect, useState } from "react";
import { useWalletClient } from "wagmi";
import { FullMessage } from "../component-library/components/FullMessage/FullMessage";
import { classNames, shortAddress } from "../helpers";
import MessageContentController from "./MessageContentController";
Expand Down

0 comments on commit b2dec76

Please sign in to comment.