Skip to content

Commit

Permalink
move Components/Pages to /Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Oct 28, 2023
1 parent 2e5e56d commit 73ffc19
Show file tree
Hide file tree
Showing 43 changed files with 21 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
using Microsoft.AspNetCore.Http.Extensions;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;
using MyApp.Components.Pages.Account;
using MyApp.Components.Pages.Account.Manage;
using MyApp.Data;
using Microsoft.AspNetCore.Authentication;
using Microsoft.Extensions.Primitives;
using MyApp.Pages.Account;
using MyApp.Pages.Account.Manage;

namespace Microsoft.AspNetCore.Routing;

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions MyApp/Pages/_Imports.razor
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Components.Authorization
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.JSInterop
@using ServiceStack
@using ServiceStack.Web
@using ServiceStack.Html
@using ServiceStack.Blazor
@using ServiceStack.Blazor.Components
@using ServiceStack.Blazor.Components.Tailwind
@using MyApp
@using MyApp.Components
@using MyApp.Components.Shared
@using MyApp.ServiceModel

0 comments on commit 73ffc19

Please sign in to comment.