mirror of
https://github.com/Stefan-5422/-T5-Elektrifikatsiya.git
synced 2026-09-04 00:45:58 +02:00
10 lines
275 B
Plaintext
10 lines
275 B
Plaintext
@page "/"
|
|
@namespace Elektrifikatsiya.Pages
|
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
|
@{
|
|
Layout = "_Layout";
|
|
}
|
|
|
|
<component type="typeof(App)" render-mode="Server" />
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.7.1/chart.min.js"></script>
|