We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d40963 commit f7221a4Copy full SHA for f7221a4
src/LinkDotNet.Blog.Web/Pages/_Host.cshtml
@@ -1,5 +1,5 @@
1
@page "/"
2
-@namespace LinkDotNet.Blog.Web.Features
+@namespace LinkDotNet.Blog.Web.Pages
3
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
4
@{
5
Layout = "_Layout";
src/LinkDotNet.Blog.Web/Pages/_Layout.cshtml
@@ -1,4 +1,4 @@
@using Microsoft.AspNetCore.Components.Web
@inject AppConfiguration appConfiguration
0 commit comments