mirror of
https://github.com/immich-app/immich.git
synced 2025-01-07 20:36:48 +01:00
5 lines
124 B
Dart
5 lines
124 B
Dart
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
|
|
|
final multiselectProvider = StateProvider((ref) {
|
|
return false;
|
|
});
|