added defensive logic to app.razor, relocated shared resource definition in preparation for utilizing shared resources

This commit is contained in:
Shaun Walker
2021-06-14 17:29:23 -04:00
parent 643895b62b
commit 28694fc11f
7 changed files with 36 additions and 78 deletions

View File

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