move to bootstrap

This commit is contained in:
mertalev
2025-09-02 13:32:17 -04:00
parent 6e956bfe4c
commit 2d4ee03c5b
2 changed files with 3 additions and 2 deletions
-2
View File
@@ -121,8 +121,6 @@ Future<void> initApp() async {
yield LicenseEntryWithLineBreaks([license.key], license.value);
}
});
await NetworkRepository.init();
}
class ImmichApp extends ConsumerStatefulWidget {