mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
7a923659d1
# Conflicts: # mobile/lib/presentation/widgets/asset_viewer/asset_page.widget.dart
6 lines
116 B
Dart
6 lines
116 B
Dart
import 'package:hooks_riverpod/legacy.dart';
|
|
|
|
final multiselectProvider = StateProvider((ref) {
|
|
return false;
|
|
});
|