Performers component v1

This commit is contained in:
2022-06-14 19:48:15 +03:00
parent a4e224117c
commit 31553c0ed8
12 changed files with 317 additions and 50 deletions

5
styles/Index.module.scss Normal file
View File

@@ -0,0 +1,5 @@
.indexContainer {
display: flex;
flex-direction: column;
align-items: center;
}