15 lines
196 B
Plaintext
15 lines
196 B
Plaintext
@page "/Setup"
|
|
|
|
@using MP.Prog.Data
|
|
@using System.Text
|
|
@using DiffMatchPatch
|
|
|
|
@inject MessageService AppMService
|
|
|
|
<h3>Setup</h3>
|
|
|
|
<MP.Prog.Components.Test></MP.Prog.Components.Test>
|
|
|
|
@code {
|
|
|
|
} |