diff --git a/bizmatch/angular.json b/bizmatch/angular.json index 419f47c..c301391 100644 --- a/bizmatch/angular.json +++ b/bizmatch/angular.json @@ -53,7 +53,10 @@ ], "styles": [ "src/styles.scss", - "src/styles/lazy-load.css" + "src/styles/lazy-load.css", + "node_modules/quill/dist/quill.snow.css", + "node_modules/leaflet/dist/leaflet.css", + "node_modules/ngx-sharebuttons/themes/default.scss" ] }, "configurations": {