Commit e8d9f472ad56b590f24b9968bbf9af0cd252c99e
1 parent
4b358e22
feat:提交代码
Showing
1 changed file
with
1 additions
and
1 deletions
lib/app/app.dart
... | ... | @@ -5,8 +5,8 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; |
5 | 5 | import 'package:responsive_framework/breakpoint.dart'; |
6 | 6 | import 'package:responsive_framework/responsive_breakpoints.dart'; |
7 | 7 | import 'package:wow_english/common/widgets/hide_keyboard_widget.dart'; |
8 | +import 'package:wow_english/pages/tab/blocs/tab_bloc.dart'; | |
8 | 9 | import 'package:wow_english/route/route.dart'; |
9 | -import 'package:wow_english/tab/blocs/tab_bloc.dart'; | |
10 | 10 | |
11 | 11 | class App extends StatelessWidget { |
12 | 12 | const App({super.key}); | ... | ... |