10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
@page "/Utils"
|
|
|
|
@using MP.SPEC.Components
|
|
@using MP.SPEC.Data
|
|
|
|
<h3>Utils</h3>
|
|
|
|
<div class="">
|
|
<button class="btn btn-primary" @onclick="() => flushCache()"> Flush Cache </button>
|
|
</div> |