mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
c1253663b7
* refactor(mobile): services and provider * providers
6 lines
206 B
Dart
6 lines
206 B
Dart
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
|
import 'package:isar/isar.dart';
|
|
|
|
// overwritten in main.dart due to async loading
|
|
final dbProvider = Provider<Isar>((_) => throw UnimplementedError());
|