Fix exported project not loading issue

This commit is contained in:
2026-02-09 20:24:48 -08:00
parent ce727b523a
commit 654e368a65
11 changed files with 24 additions and 75 deletions

View File

@@ -31,8 +31,6 @@ public partial class App : Node, IApp
[Node] private GalleryMenu GalleryMenu { get; set; }
[Node] private VideoStreamPlayer VideoStreamPlayer { get; set; }
IAppRepo IProvide<IAppRepo>.Value() => AppRepo;
public IAppRepo AppRepo { get; set; } = default!;