Put in proper Loading bar.

This commit is contained in:
Kira Jiroux 2025-04-05 00:37:26 -04:00
parent 99ac4581ae
commit b8f3b45d1c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
@if (_pokemon == null)
{
<p><em>Loading...</em></p>
<Loading />
}
else
{