mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 09:13:17 +03:00
5 lines
197 B
Dart
5 lines
197 B
Dart
|
|
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||
|
|
import 'package:immich_mobile/platform/native_sync_api.g.dart';
|
||
|
|
|
||
|
|
final nativeSyncApiProvider = Provider<NativeSyncApi>((_) => NativeSyncApi());
|