Initial commit
This commit is contained in:
10
Template.Shared/Components/Pages/Log Book.razor
Normal file
10
Template.Shared/Components/Pages/Log Book.razor
Normal file
@@ -0,0 +1,10 @@
|
||||
@page "/logbook"
|
||||
@using Template.Shared.Components.SingleElements
|
||||
<h3 class="page-title">Log book</h3>
|
||||
|
||||
<NoDataAvailable ImageSource="_content/Template.Shared/images/log-book.svg"
|
||||
Text="Nessun log book memorizzato"/>
|
||||
|
||||
@code {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user