Skip to content

Commit

Permalink
Remove unused TransactionStatus file
Browse files Browse the repository at this point in the history
  • Loading branch information
gndelia committed Jan 16, 2025
1 parent 8ec18b3 commit 6442e18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 161 deletions.
9 changes: 0 additions & 9 deletions webapp/app/[locale]/tunnel/_components/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ const CustomTokenDrawer = dynamic(() =>
import('components/customTokenDrawer').then(mod => mod.CustomTokenDrawer),
)

// eslint-disable-next-line @typescript-eslint/no-unused-vars
const TransactionStatus = dynamic(
() =>
import('components/transactionStatus').then(mod => mod.TransactionStatus),
{
ssr: false,
},
)

type FormContentProps = {
isRunningOperation: boolean
minInputMsg?: string
Expand Down
152 changes: 0 additions & 152 deletions webapp/components/transactionStatus.tsx

This file was deleted.

0 comments on commit 6442e18

Please sign in to comment.