Skip to content

Commit f7221a4

Browse files
committed
Fix namespace
1 parent 0d40963 commit f7221a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/LinkDotNet.Blog.Web/Pages/_Host.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@page "/"
2-
@namespace LinkDotNet.Blog.Web.Features
2+
@namespace LinkDotNet.Blog.Web.Pages
33
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
44
@{
55
Layout = "_Layout";

src/LinkDotNet.Blog.Web/Pages/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@namespace LinkDotNet.Blog.Web.Features
1+
@namespace LinkDotNet.Blog.Web.Pages
22
@using Microsoft.AspNetCore.Components.Web
33
@inject AppConfiguration appConfiguration
44
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers

0 commit comments

Comments
 (0)