Skip to content

Commit

Permalink
Merge pull request #319 from multiversx/tm/fix/refactor-2
Browse files Browse the repository at this point in the history
Refactor accoun type
  • Loading branch information
razvantomegea authored Feb 19, 2025
2 parents 88f874f + 1e854c3 commit 7cedf49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/lib/sdkDapp/sdkDapp.types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export type { AccountType } from '@multiversx/sdk-dapp/types/account.types';
export {
EnvironmentsEnum,
LoginMethodsEnum,
Expand Down
3 changes: 1 addition & 2 deletions src/pages/Dashboard/widgets/Account/components/Username.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { AccountType } from '@multiversx/sdk-dapp/types';
import { Label } from 'components';
import { trimUsernameDomain } from 'lib';
import { AccountType, trimUsernameDomain } from 'lib';
import { DataTestIdsEnum } from 'localConstants';
import { ProfileType } from 'types';

Expand Down

0 comments on commit 7cedf49

Please sign in to comment.