fixed issues when running on WebAssembly, made IModule implementations consistent
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
namespace Oqtane.Modules.Counter
|
||||
{
|
||||
public class Module : IModule
|
||||
public class ModuleInfo : IModule
|
||||
{
|
||||
public ModuleDefinition ModuleDefinition => new ModuleDefinition
|
||||
{
|
Reference in New Issue
Block a user