Skip to content

Commit cfe7734

Browse files
committed
feat: add include manager, general improvements and minor bugs
1 parent b36fdff commit cfe7734

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/WebUI/Plugin.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ namespace WebExpress.Tutorial.WebUI
1010
[Description("webexpress.Tutorial.webui:plugin.description")]
1111
[Icon("/assets/img/webapp.svg")]
1212
[Application<Application>()]
13+
[Dependency("webexpress.webapp")]
1314
public sealed class Plugin : IPlugin
1415
{
1516
/// <summary>

0 commit comments

Comments
 (0)