Skip to content

Commit 7a0bb7c

Browse files
Copilot0xrinegade
andcommitted
Fix duplicate import statements in notifications.tsx
Co-authored-by: 0xrinegade <[email protected]>
1 parent 27b28a5 commit 7a0bb7c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/utils/notifications.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ import { useConnection, useSolanaExplorerUrlSuffix } from './connection';
44
import Button from '@mui/material/Button';
55
import { confirmTransaction } from './utils';
66

7-
import React, { useState } from 'react';
8-
import { useSnackbar } from 'notistack';
9-
import { useConnection, useSolanaExplorerUrlSuffix } from './connection';
10-
import Button from '@mui/material/Button';
11-
import { confirmTransaction } from './utils';
12-
137
interface TransactionCallbacks {
148
onSuccess?: (signature: string) => void;
159
onError?: (error: Error) => void;

0 commit comments

Comments
 (0)