Skip to content

Commit 192ab85

Browse files
committed
removed outdate function in next app
1 parent e4576f4 commit 192ab85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/next/src/app/components/Connected.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
} from '@0xsequence/connect'
1111
import { Button, Card, cn, Text } from '@0xsequence/design-system'
1212
import { useIndexerClient } from '@0xsequence/hooks'
13-
import { allNetworks, ChainId } from '@0xsequence/network'
13+
import { allNetworks } from '@0xsequence/network'
1414
import { useOpenWalletModal } from '@0xsequence/wallet-widget'
1515
import { CardButton, Header, WalletListItem } from 'example-shared-components'
1616
import { useCallback, useEffect, useState, type ComponentProps } from 'react'

0 commit comments

Comments
 (0)