feat(controller): add post lists controller

This commit is contained in:
2024-08-03 10:47:43 +02:00
parent 58f43f096a
commit a99f6244b4
32 changed files with 8956 additions and 447 deletions

View File

@@ -1,3 +0,0 @@
body {
background-color: skyblue;
}

View File

@@ -0,0 +1,3 @@
$primary: darken(#66531e, 20%);
@import "~bootstrap/scss/bootstrap";