Skip to content

Commit

Permalink
Update Index.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOswald authored Apr 20, 2023
1 parent 6fb55a6 commit b20bb8e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Pages/Index.razor
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
@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
@inject SavEdit SE
@inject PkmEdit PE
@page "/"
Expand Down

0 comments on commit b20bb8e

Please sign in to comment.