Fix exported project not loading issue
This commit is contained in:
@@ -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!;
|
||||
|
||||
Reference in New Issue
Block a user