mirror of
https://github.com/immich-app/immich.git
synced 2024-12-17 12:22:31 +02:00
6 lines
124 B
Dart
6 lines
124 B
Dart
|
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||
|
|
||
|
final multiselectProvider = StateProvider((ref) {
|
||
|
return false;
|
||
|
});
|