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