mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 18:11:27 -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
16 lines
255 B
C#
16 lines
255 B
C#
namespace Bloxstrap.Enums
|
|
{
|
|
public enum BootstrapperIcon
|
|
{
|
|
IconBloxstrap,
|
|
Icon2009,
|
|
Icon2011,
|
|
IconEarly2015,
|
|
IconLate2015,
|
|
Icon2017,
|
|
Icon2019,
|
|
Icon2022,
|
|
IconCustom
|
|
}
|
|
}
|