Skip to content

Commit

Permalink
debug: delete modal components
Browse files Browse the repository at this point in the history
  • Loading branch information
agualis committed Sep 5, 2024
1 parent 7e7cbcd commit 7614de3
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 540 deletions.
134 changes: 0 additions & 134 deletions lib/modules/swap/SwapDetails.tsx

This file was deleted.

8 changes: 1 addition & 7 deletions lib/modules/swap/SwapForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { TransactionSettings } from '../user/settings/TransactionSettings'
import { useSwap } from './SwapProvider'

export function SwapForm() {
const { tokenIn, tokenOut, selectedChain, swapAction } = useSwap()
const { tokenIn, tokenOut, selectedChain } = useSwap()

return (
<FadeInOnView>
Expand All @@ -20,12 +20,6 @@ export function SwapForm() {
left={['-12px', '0']}
>
<Card rounded="xl">
<CardHeader as={HStack} w="full" justify="space-between" zIndex={11}>
<span>{capitalize(swapAction)}</span>
<HStack>
<TransactionSettings size="sm" />
</HStack>
</CardHeader>
<CardBody as={VStack} align="start">
<VStack spacing="md" w="full">
<VStack w="full">
Expand Down
47 changes: 0 additions & 47 deletions lib/modules/swap/SwapRate.tsx

This file was deleted.

95 changes: 0 additions & 95 deletions lib/modules/swap/modal/SwapModal.tsx

This file was deleted.

Loading

0 comments on commit 7614de3

Please sign in to comment.