Skip to content

Commit

Permalink
chore(ion-identity-client): Move getWallet's models and exceptions to…
Browse files Browse the repository at this point in the history
… a corrent dir
  • Loading branch information
ice-tychon committed Oct 12, 2024
1 parent 73b34dc commit fadd04d
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import 'package:ion_identity_client/src/core/network2/network_client2.dart';
import 'package:ion_identity_client/src/core/network2/network_exception.dart';
import 'package:ion_identity_client/src/core/token_storage/token_storage.dart';
import 'package:ion_identity_client/src/core/types/request_headers.dart';
import 'package:ion_identity_client/src/wallets/services/get_wallets/data_sources/exceptions/exceptions.dart';
import 'package:ion_identity_client/src/wallets/services/get_wallets/data_sources/models/get_wallets_response.dart';
import 'package:ion_identity_client/src/wallets/services/get_wallets/exceptions/exceptions.dart';
import 'package:ion_identity_client/src/wallets/services/get_wallets/models/get_wallets_response.dart';

class GetWalletsDataSource {
const GetWalletsDataSource(
Expand Down

0 comments on commit fadd04d

Please sign in to comment.