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