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 fb6cf25 commit 8d97ab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useAccount, useDisconnect, useEnsAvatar, useEnsName } from 'wagmi'
import { passportInstance } from '../page';
import { passportInstance } from '../../passport';
import { useState } from 'react';

export function Account() {
Expand Down

0 comments on commit 8d97ab5

Please sign in to comment.