mirror of
https://github.com/immich-app/immich.git
synced 2025-12-16 09:13:13 +03:00
6 lines
124 B
Dart
6 lines
124 B
Dart
|
|
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||
|
|
|
||
|
|
final multiselectProvider = StateProvider((ref) {
|
||
|
|
return false;
|
||
|
|
});
|