Skip to content

Commit ff10cf5

Browse files
authored
refactor: move FileManager to data (#1190)
1 parent 0db2118 commit ff10cf5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/espressocash_app/lib/features/profile/screens/manage_profile_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import '../../../../../ui/onboarding_screen.dart';
1010
import '../../../../../ui/text_field.dart';
1111
import '../../../../../ui/theme.dart';
1212
import '../../../core/email.dart';
13-
import '../../../core/file_manager.dart';
13+
import '../../../data/files/file_manager.dart';
1414
import '../../../di.dart';
1515
import '../../../routes.gr.dart';
1616
import '../../../ui/back_button.dart';

0 commit comments

Comments
 (0)