diff options
Diffstat (limited to 'frontend/src/index.html')
-rw-r--r-- | frontend/src/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/index.html b/frontend/src/index.html index b3b6eb54..0079969e 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -12,5 +12,6 @@ </head> <body class="mat-typography"> <app-root></app-root> + <script src="node_modules/chart.js/src/chart.js"></script> </body> </html> |