basic conv display + fetch messages fnc

This commit is contained in:
2025-12-04 23:36:54 +01:00
parent 787a248e6f
commit e1b588fc61
8 changed files with 153 additions and 62 deletions

View File

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