diff --git a/lib/ui/collections_gallery_widget.dart b/lib/ui/collections_gallery_widget.dart index fcdb8fddded4c8f5a8d25b71e1259e6ed236ea0c..00544581be9a5828012cf747fe07da6b707d30bc 100644 --- a/lib/ui/collections_gallery_widget.dart +++ b/lib/ui/collections_gallery_widget.dart @@ -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);