fix ordering of stylesheets

This commit is contained in:
sbwalker
2023-06-23 08:07:06 -04:00
parent ee4068d671
commit 2ff365765d
2 changed files with 26 additions and 26 deletions

View File

@ -15,6 +15,7 @@
{
<link id="app-manifest" rel="manifest" />
}
@Html.Raw(Model.StyleSheets)
<link id="app-stylesheet-page" />
<link id="app-stylesheet-module" />
<component type="typeof(Oqtane.Head)" render-mode="@((RenderMode)Enum.Parse(typeof(RenderMode), Model.RenderMode, true))" />