empty states

This commit is contained in:
Philipinho
2026-02-16 00:33:16 +00:00
parent 621ef4f0cf
commit 2ebdc2baea
6 changed files with 82 additions and 8 deletions
@@ -0,0 +1,8 @@
.root {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 60px 20px;
text-align: center;
}