demo/Pages/Dashboard/Monitor/Components/Charts/Map/Map.razor
2024-06-21 16:48:24 +08:00

10 lines
122 B
Plaintext

@namespace antblazorpro.Pages.Dashboard.Monitor
@inherits AntDomComponentBase
<div id="container-map"></div>
@code
{
}