Iceshrimp.NET/Iceshrimp.Frontend/Core/Miscellaneous/ComponentStateEnum.cs

10 lines
No EOL
116 B
C#

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