Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Mar 5, 2024
1 parent f194812 commit 828b795
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions extension/src/browser/Drawer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@ import { RiFileCopy2Line, RiRefreshLine } from 'react-icons/ri'
import { encodeMulti, encodeSingle } from 'react-multisend'
import { toast } from 'react-toastify'

import {
BlockButton,
Box,
Button,
Drawer,
Flex,
IconButton,
} from '../../components'
import { BlockButton, Button, Drawer, Flex, IconButton } from '../../components'
import { ForkProvider } from '../../providers'
import { wrapRequest } from '../../providers/WrappingProvider'
import { useConnection } from '../../connections'
Expand Down

0 comments on commit 828b795

Please sign in to comment.