Fix import

This commit is contained in:
Neeraj Gupta 2022-11-06 15:04:40 +05:30
parent a98e131842
commit 077b246e83
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -22,8 +22,7 @@ import 'package:photos/ui/collections/section_title.dart';
import 'package:photos/ui/collections/trash_button_widget.dart';
import 'package:photos/ui/common/loading_widget.dart';
import 'package:photos/ui/viewer/gallery/empty_state.dart';
import '../utils/local_settings.dart';
import 'package:photos/utils/local_settings.dart';
class CollectionsGalleryWidget extends StatefulWidget {
const CollectionsGalleryWidget({Key key}) : super(key: key);