Decided to remove info page.

This commit is contained in:
Harrison Deng 2021-05-26 16:55:40 -05:00
parent 3611e4be34
commit 2d1f599bbf
2 changed files with 0 additions and 14 deletions

View File

@ -1,2 +0,0 @@
@page "/info"

View File

@ -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; }
}
}