Skip to content

Commit

Permalink
change login architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
aidaiym committed Mar 27, 2024
1 parent 83aa91b commit 4e39efb
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions app/lib/modules/login/login.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
export 'logic/login_cubit.dart';
export 'view/login_view.dart';
export 'view/sign_in_view.dart';
export 'widget/widgets.dart';
export 'presentation/presentation.dart';
4 changes: 4 additions & 0 deletions app/lib/modules/login/presentation/presentation.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export 'cubit/login_cubit.dart';
export 'view/login_view.dart';
export 'view/sign_in_view.dart';
export 'widget/widgets.dart';
File renamed without changes.
File renamed without changes.

0 comments on commit 4e39efb

Please sign in to comment.