diff options
author | Nevena Bojovic <nenabojov@gmail.com> | 2022-04-06 21:18:27 +0200 |
---|---|---|
committer | Nevena Bojovic <nenabojov@gmail.com> | 2022-04-06 21:18:27 +0200 |
commit | 45201c5c388b4988af3b319d6702c60397929dfc (patch) | |
tree | 9dbd7d395fd53d41c97d34c13ee7858b58333257 /frontend | |
parent | 7137f50a7521f14f3827a828f61dfaa184891f72 (diff) |
Mala izmena.
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/angular.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/frontend/angular.json b/frontend/angular.json index f9825281..6653e4b1 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -33,10 +33,7 @@ "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css" ], "scripts": [ - "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js", - "node_modules/jquery/dist/jquery.min.js", - "node_modules/popper.js/dist/popper.min.js", - "node_modules/bootstrap/dist/js/bootstrap.min.js" + "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js" ] }, "configurations": { |