moved SharedResources class to proper location

This commit is contained in:
Shaun Walker
2021-06-15 07:43:12 -04:00
parent 28694fc11f
commit 9558894a4f
2 changed files with 207 additions and 0 deletions

View File

@ -0,0 +1,7 @@
namespace Oqtane
{
public class SharedResources
{
}
}