move to bootstrap

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