Files
mapo-core/MP.Prog/Pages/Setup.razor
T
2021-09-08 09:32:11 +02:00

13 lines
143 B
Plaintext

@page "/Setup"
@using MP.Prog.Data
@using System.Text
@using DiffMatchPatch
@inject MessageService AppMService
<h3>Setup</h3>
@code {
}