simple get inventory

This commit is contained in:
2026-01-02 14:17:44 +01:00
parent 69115486ed
commit ab27bcb5bc
6 changed files with 92 additions and 26 deletions

View File

@@ -1,6 +1,7 @@
.main {
display: flex;
flex-direction: column;
justify-content: space-around;
background-color: rgb(160, 149, 199);
}