utilize _Imports.razor to simplify module declarations
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
@using Oqtane.Modules
|
||||
@namespace Oqtane.Modules.Counter
|
||||
@inherits ModuleBase
|
||||
Current count: @currentCount
|
||||
|
@ -1,5 +1,4 @@
|
||||
using Oqtane.Modules;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Oqtane.Modules.Counter
|
||||
{
|
||||
|
Reference in New Issue
Block a user