[main] Added dropdown-list!

This commit is contained in:
2022-09-12 19:14:08 +03:00
parent f167a6f906
commit 80ae89f920
5 changed files with 155 additions and 2 deletions

6
.prettierrc Normal file
View File

@ -0,0 +1,6 @@
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
"semi": true
}