Product, Perssions, ServideProvider, AssignedUser, Sessionmanagement improvements, Localization
This commit is contained in:
parent
a6043c268b
commit
ec06dd969e
|
|
@ -39,7 +39,6 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Folder Include="Components\" />
|
|
||||||
<Folder Include="Layouts\" />
|
<Folder Include="Layouts\" />
|
||||||
<Folder Include="Pages\" />
|
<Folder Include="Pages\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
using Microsoft.AspNetCore.Components;
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace AyCode.Blazor.Components
|
||||||
|
{
|
||||||
|
public class ACComponent : ComponentBase
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue