Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
Added missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlessenich committed May 24, 2024
1 parent d014137 commit fde5d3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/restrr.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export 'src/api/entities/currency/currency.dart';
export 'src/api/entities/currency/custom_currency.dart';
export 'src/api/entities/session/partial_session.dart';
export 'src/api/entities/session/session.dart';
export 'src/api/entities/session/session_platform.dart';
export 'src/api/entities/account.dart';
export 'src/api/entities/restrr_entity.dart';
export 'src/api/entities/transaction/transaction.dart';
Expand Down

0 comments on commit fde5d3c

Please sign in to comment.