remove unnecessary constants
This commit is contained in:
@ -55,7 +55,7 @@
|
||||
{
|
||||
if (PageState != null)
|
||||
{
|
||||
builder.OpenComponent(0, Type.GetType(Constants.PageComponent));
|
||||
builder.OpenComponent(0, typeof(ThemeBuilder));
|
||||
builder.CloseComponent();
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user