Skip to content

Commit

Permalink
chore: preparation work to allow extending the mail app
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Feb 2, 2024
1 parent 8c06534 commit 038d3a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/account/account.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export 'model.dart';
export 'provider.dart';
export 'storage.dart';
2 changes: 2 additions & 0 deletions lib/contact/contact.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export 'model.dart';
export 'provider.dart';
3 changes: 3 additions & 0 deletions lib/enough_mail_app.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export 'account/account.dart';
export 'contact/contact.dart';
export 'main.dart';

0 comments on commit 038d3a5

Please sign in to comment.