mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-09 02:36:31 +01:00
8 lines
229 B
Dart
8 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();
|
||
|
}
|