diff --git a/flutter_quill_extensions/lib/presentation/embeds/widgets/image.dart b/flutter_quill_extensions/lib/presentation/embeds/widgets/image.dart index 7a387956..d377205b 100644 --- a/flutter_quill_extensions/lib/presentation/embeds/widgets/image.dart +++ b/flutter_quill_extensions/lib/presentation/embeds/widgets/image.dart @@ -7,8 +7,8 @@ import 'package:photo_view/photo_view.dart'; import '../../../logic/models/config/shared_configurations.dart'; import '../../models/config/editor/image/image.dart'; -import '../embed_types/image.dart'; import '../../utils/utils.dart'; +import '../embed_types/image.dart'; const List imageFileExtensions = [ '.jpeg',