mirror of
https://github.com/immich-app/immich.git
synced 2026-05-21 15:16:31 -04:00
2070f775d6
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
5 lines
201 B
Dart
5 lines
201 B
Dart
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
|
import 'package:immich_mobile/services/app_settings.service.dart';
|
|
|
|
final appSettingsServiceProvider = Provider((_) => const AppSettingsService());
|