generated from axherrm/WebCVTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule core
updated
14 files
+3 −3 | package-lock.json | |
+1 −0 | package.json | |
+6 −22 | src/app/app.component.html | |
+29 −34 | src/app/app.component.scss | |
+36 −85 | src/app/app.component.ts | |
+4 −2 | src/app/app.config.ts | |
+0 −21 | src/app/js/lenis.js | |
+22 −0 | src/app/layout/app.layout.component.html | |
+42 −0 | src/app/layout/app.layout.component.scss | |
+82 −0 | src/app/layout/app.layout.component.ts | |
+0 −0 | src/app/layout/main-content.component.html | |
+0 −0 | src/app/layout/main-content.component.scss | |
+1 −1 | src/app/layout/main-content.component.ts | |
+0 −19 | src/app/style/lenis.scss |