Skip to content

Commit

Permalink
chore: code maintenance [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 23, 2024
1 parent 6ac0d48 commit 9f8216f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modals/FrameViewerModal/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { exposeToIframe, type FrameHost } from '@farcaster/frame-host';
import { delay } from '@masknet/kit';
import { forwardRef, useEffect, useRef, useState } from 'react';
import { useAsyncFn } from 'react-use';

import FireflyLogo from '@/assets/firefly.logo.svg';
import { CloseButton } from '@/components/IconButton.js';
Expand All @@ -11,8 +13,6 @@ import { useSingletonModal } from '@/hooks/useSingletonModal.js';
import type { SingletonModalRefCreator } from '@/libs/SingletonModal.js';
import { MoreAction } from '@/modals/FrameViewerModal/MoreActionMenu.js';
import type { FrameV2 } from '@/types/frame.js';
import { useAsyncFn } from 'react-use';
import { delay } from '@masknet/kit';

export type FrameViewerModalOpenProps = {
ready: boolean;
Expand Down

0 comments on commit 9f8216f

Please sign in to comment.