diff options
author | Nevena Bojovic <nenabojov@gmail.com> | 2022-03-20 21:11:18 +0100 |
---|---|---|
committer | Nevena Bojovic <nenabojov@gmail.com> | 2022-03-20 21:11:18 +0100 |
commit | 34254357ea1a6c15b386162b63eb451e91895c9d (patch) | |
tree | 24ef2b6d529cf81d0be0e2efd56e9e4c474f4806 /frontend/src/index.html | |
parent | 1f4d193f475c627cd06989188ca98ba12da368a5 (diff) |
Doradjeni grafici.
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> |