forked from BrentWJacobs/PKHeX.Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_Imports.razor
31 lines (31 loc) · 918 Bytes
/
_Imports.razor
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
@using System.IO
@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 Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.WebAssembly.Http
@using Microsoft.JSInterop
@using PKHeX.Web
@using PKHeX.Web.Shared
@using MudBlazor
@using Blazored.LocalStorage
@using PKHeX.Core
@using PKHeX.Core.Editing
@using PKHeX.Core.Game
@using PKHeX.Core.Items
@using PKHeX.Core.PKM
@using PKHeX.Core.Moves
@using PKHeX.Core.Util
@using PKHeX.Core.Saves
@using PKHeX.Core.Resources
@using PKHeX.Core.PersonalInfo
@using PKHeX.Drawing
@using PKHeX.Drawing.Misc
@using PKHeX.Drawing.PokeSprite
@using PKHeX.WinForms
@using PKHeX.Web.Services;
@using PKHeX.Web.Shared.PokemonEditor
@using PKHeX.Web.Shared.PokemonEditor.Main
@using PKHeX.Web.Shared.SaveEditor