Skip to content

Commit

Permalink
fixed import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-mfsi committed Aug 26, 2024
1 parent 815cc75 commit 8cbdc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/messenger-widget/src/utils/names.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Account } from '@dm3-org/dm3-lib-profile';
import { Dm3Name } from '../hooks/topLevelAlias/nameService/Dm3Name';
import { ethers } from 'ethers';
import { DM3Configuration } from '../../lib/esm/interfaces/config';
import { DM3Configuration } from '../interfaces/config';
import { OptimismNames } from '../hooks/topLevelAlias/nameService/OptimismNames';
import { Genome } from '../hooks/topLevelAlias/nameService/Genome';
import { EthereumNameService } from '../hooks/topLevelAlias/nameService/EthereumNameService';
Expand Down

0 comments on commit 8cbdc9b

Please sign in to comment.