feat: home grid

This commit is contained in:
shenlong-tanwen
2024-09-10 01:14:05 +05:30
parent 80009a77ec
commit 419d3669a2
33 changed files with 808 additions and 429 deletions
+1 -1
View File
@@ -14,5 +14,5 @@ void main() {
// Init localization
LocaleSettings.useDeviceLocale();
runApp(const ImmichApp());
runApp(const ImApp());
}