refactor: decompose app component

This commit is contained in:
waterplea
2022-03-26 16:24:34 +03:00
committed by Lucy C
parent 50f14fe040
commit d7bdc15e49
36 changed files with 666 additions and 525 deletions

View File

@@ -83,3 +83,7 @@ ion-modal::part(content) {
animation-fill-mode: forwards;
width: 1em;
}
.montserrat {
font-family: 'Montserrat', sans-serif;
}