Skip to content

Commit

Permalink
Removed unused components from using namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
AvogatoWizardWhisker committed Oct 2, 2024
1 parent 5ca5043 commit 17508eb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion MyPersonalSite/Pages/Index.cshtml.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.FluentUI.AspNetCore.Components;

namespace MyPersonalSite.Pages
{
Expand Down
1 change: 0 additions & 1 deletion MyPersonalSite/Pages/Privacy.cshtml.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.FluentUI.AspNetCore.Components;

namespace MyPersonalSite.Pages
{
Expand Down
1 change: 0 additions & 1 deletion MyPersonalSite/Pages/_ViewImports.cshtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@using MyPersonalSite
@using Microsoft.FluentUI.AspNetCore.Components;
@namespace MyPersonalSite.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers

0 comments on commit 17508eb

Please sign in to comment.