UI_SequentMicrosystems-RPI/Pages/PointsPage.razor

41 lines
249 B
Plaintext
Raw Normal View History

@page "/Points"
@using UI_SequentMicrosystems.Components
@using UI_SequentMicrosystems.Services
@using UI_SequentMicrosystems.Models
<PageTitle>Saved Points</PageTitle>
<PointsTableRTD8TMComponent />
@code {
}