310f304b7e
- testing gestione file conf YAML/JSON - bozza acquisizione e salvataggio dati conf da IOB sul campo
9 lines
189 B
Plaintext
9 lines
189 B
Plaintext
@page "/"
|
|
@namespace IobConf.UI.Pages
|
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
|
@{
|
|
Layout = "_Layout";
|
|
}
|
|
|
|
<component type="typeof(App)" render-mode="ServerPrerendered" />
|