Skip to content

Commit

Permalink
fix incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 committed Jul 22, 2024
1 parent d5db041 commit 6539406
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useAccount, useDisconnect, useEnsAvatar, useEnsName } from 'wagmi'
import { passportInstance } from '../page';
import { useEffect, useState } from 'react';
import { passportInstance } from '../../passport';
import { useState } from 'react';

export function Account() {
const { address } = useAccount()
Expand Down

0 comments on commit 6539406

Please sign in to comment.