changing default theme to Oqtane theme

This commit is contained in:
Shaun Walker
2020-05-18 10:44:54 -04:00
parent 9b74262c76
commit 6ae019336d
15 changed files with 24 additions and 31 deletions

View File

@ -2,6 +2,5 @@
{
public interface IContainerControl
{
string Name { get; }
}
}