diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
| commit | 002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch) | |
| tree | 428ae460c79baf32fba8ecf16e6fe02a88c3b971 /angular.json | |
| parent | :star: (diff) | |
| download | me-002eb44eee98dc838bc854b945ab0cbf4884dd57.tar.xz me-002eb44eee98dc838bc854b945ab0cbf4884dd57.zip | |
:star:rewrite-angular
Diffstat (limited to 'angular.json')
| -rw-r--r-- | angular.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/angular.json b/angular.json index 176bfca..a3e010b 100644 --- a/angular.json +++ b/angular.json @@ -28,12 +28,9 @@ "apps/me/src/assets" ], "styles": [ - "semantic/dist/semantic.min.css", "apps/me/src/styles.scss" ], - "scripts": [ - "semantic/dist/semantic.min.js" - ] + "scripts": [] }, "configurations": { "production": { |