diff --git a/frontend/angular.json b/frontend/angular.json index 6678eac..f2ad0a7 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -30,6 +30,9 @@ ], "assets": [ "./public" + ], + "styles": [ + "src/styles.scss" ] }, "configurations": { @@ -48,13 +51,19 @@ "sourceMap": true }, "en": { - "localize": ["en-US"] + "localize": [ + "en-US" + ] }, "ru": { - "localize": ["ru"] + "localize": [ + "ru" + ] }, "tg": { - "localize": ["tg"] + "localize": [ + "tg" + ] } }, "defaultConfiguration": "production" diff --git a/frontend/index.html b/frontend/index.html index 35b8b4a..c8f17a9 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -5,7 +5,7 @@ Mavluda Beauty | Medical Luxury Ecosystem - + @@ -21,329 +21,6 @@ href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet" /> - -