resolve issues with internal templates

This commit is contained in:
sbwalker
2025-11-14 14:19:24 -05:00
parent 3d34ab83c6
commit e2f02bcd4b
17 changed files with 2 additions and 2 deletions

View File

@@ -42,8 +42,8 @@ else
public override List<Resource> Resources => new List<Resource>()
{
new Stylesheet(ModulePath() + "[Owner].Module.[Module]/Module.css"),
new Script(ModulePath() + "[Owner].Module.[Module]/Module.js")
new Stylesheet(ModulePath() + "Module.css"),
new Script(ModulePath() + "Module.js")
};
List<[Module]> _[Module]s;