feature(BuildCalc) Added reset button, can change micro delay, and can alter timing interval again
This commit is contained in:
+1
-15
@@ -1,19 +1,5 @@
|
||||
@page "/"
|
||||
@using Microsoft.Extensions.Localization
|
||||
|
||||
@layout PageLayout
|
||||
|
||||
|
||||
@inject IStringLocalizer<Localizations> locale
|
||||
|
||||
<DevOnlyComponent>
|
||||
<DocumentationIndexPage></DocumentationIndexPage>
|
||||
|
||||
@locale["Greeting"].Value
|
||||
@locale["Greeting"]
|
||||
@locale["Greeting"].Name
|
||||
@locale["Greeting"].ResourceNotFound
|
||||
</DevOnlyComponent>
|
||||
|
||||
|
||||
<HomePage></HomePage>
|
||||
<HomePage/>
|
||||
Reference in New Issue
Block a user