mirror of
https://github.com/immich-app/immich.git
synced 2026-04-25 18:39:59 -04:00
6 lines
116 B
Dart
6 lines
116 B
Dart
import 'package:hooks_riverpod/legacy.dart';
|
|
|
|
final multiselectProvider = StateProvider((ref) {
|
|
return false;
|
|
});
|