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