organize imports

This commit is contained in:
Fabian Freund
2024-05-04 10:13:05 +02:00
parent 01493713c5
commit fbae085c2f
27 changed files with 70 additions and 70 deletions
@@ -1,7 +1,7 @@
import 'package:flutter_inappwebview/flutter_inappwebview.dart';
import 'package:bang_navigator/features/web_view/domain/entities/web_view_page.dart';
import 'package:bang_navigator/features/web_view/domain/repositories/web_view.dart';
import 'package:bang_navigator/features/web_view/presentation/widgets/web_view.dart';
import 'package:flutter_inappwebview/flutter_inappwebview.dart';
import 'package:riverpod_annotation/riverpod_annotation.dart';
part 'switch_new_tab.g.dart';