mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 04:05:39 -04:00
6 lines
124 B
Dart
6 lines
124 B
Dart
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
|
|
|
final multiselectProvider = StateProvider((ref) {
|
|
return false;
|
|
});
|