Browse Source

Merge pull request #12688 from abpframework/EngincanV/appnolayers-blazorserver

Add missing `_Imports.razor` file to app-nolayers blazor server project
pull/12707/head
Enis Necipoglu 4 years ago
committed by GitHub
parent
commit
fd5cfa4c73
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/_Imports.razor

13
templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Blazor.Server.Mongo/_Imports.razor

@ -0,0 +1,13 @@
@using System.Net.Http
@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 MyCompanyName.MyProjectName.Blazor.Server
@using Blazorise
@using Blazorise.DataGrid
@using Volo.Abp.BlazoriseUI
@using Volo.Abp.BlazoriseUI.Components
Loading…
Cancel
Save