more refactor

This commit is contained in:
Christien Rioux 2024-02-13 22:03:26 -05:00
parent 45ab494969
commit 9219e1307e
19 changed files with 181 additions and 467 deletions

View file

@ -1,4 +1,4 @@
export 'cubit/cubit.dart';
export 'cubits/cubits.dart';
export 'models/models.dart';
export 'repository/repository.dart';
export 'views/views.dart';