mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 14:56:20 +01:00
7 lines
229 B
Dart
7 lines
229 B
Dart
import 'package:idb_shim/idb_browser.dart';
|
|
import 'package:idb_shim/idb_shim.dart';
|
|
import 'package:nc_photos/widget/my_app.dart' as itf;
|
|
|
|
class MyApp extends itf.MyApp {
|
|
static IdbFactory getDbFactory() => getIdbFactory();
|
|
}
|