mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-20 01:21:29 -07:00
cleanup necessary namespaces and adjust namespaces for certain classes to better represent what they're for models, helpers and tools are all different and shouldnt really be under the same namespace
10 lines
112 B
C#
10 lines
112 B
C#
namespace Bloxstrap.Enums
|
|
{
|
|
public enum Theme
|
|
{
|
|
Default,
|
|
Light,
|
|
Dark
|
|
}
|
|
}
|