Iceshrimp.NET/Iceshrimp.Frontend/Core/Miscellaneous/ComponentStateEnum.cs
2024-09-10 01:51:27 +02:00

9 lines
No EOL
108 B
C#

namespace Iceshrimp.Frontend.Core.Miscellaneous;
public enum State
{
Loading,
NotFound,
Loaded,
Error
}