Decided to remove info page.
This commit is contained in:
parent
3611e4be34
commit
2d1f599bbf
@ -1,2 +0,0 @@
|
|||||||
@page "/info"
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
using System.Collections.Generic;
|
|
||||||
using Microsoft.AspNetCore.Components;
|
|
||||||
using MultiShop.Shop.Framework;
|
|
||||||
|
|
||||||
namespace MultiShop.Client.Pages
|
|
||||||
{
|
|
||||||
public partial class Info
|
|
||||||
{
|
|
||||||
[CascadingParameter(Name = "Shops")]
|
|
||||||
public Dictionary<string, IShop> Shops { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user