Init
This commit is contained in:
22
Prefab.Web.Client/_Imports.razor
Normal file
22
Prefab.Web.Client/_Imports.razor
Normal file
@@ -0,0 +1,22 @@
|
||||
@using System.Net.Http
|
||||
@using System.Net.Http.Json
|
||||
@using Microsoft.AspNetCore.Components.Forms
|
||||
@using Microsoft.AspNetCore.Components.Routing
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@using static Microsoft.AspNetCore.Components.Web.RenderMode
|
||||
@using Microsoft.AspNetCore.Components.Web.Virtualization
|
||||
@using Microsoft.JSInterop
|
||||
|
||||
@using Prefab.Web.Client
|
||||
@using Prefab.Web.Client.Layout
|
||||
|
||||
@using Telerik.Blazor
|
||||
@using Telerik.Blazor.Components
|
||||
@using Telerik.SvgIcons
|
||||
@using Telerik.FontIcons
|
||||
|
||||
@using Prefab.Web.Client.Components.Catalog
|
||||
@using Prefab.Web.Client.Components.Shared
|
||||
@using Prefab.Web.Client.Models.Catalog
|
||||
@using Prefab.Web.Client.Pages
|
||||
@using Prefab.Web.Client.ViewModels.Catalog
|
||||
Reference in New Issue
Block a user