Big update for category controller - for admin panel

This commit is contained in:
2022-02-15 15:26:10 +01:00
parent 982438a26e
commit 38e5a8f485
19 changed files with 363 additions and 14 deletions

1
resources/sass/dashboard.scss vendored Normal file
View File

@@ -0,0 +1 @@
@import "./dashboard/categories"

View File

@@ -0,0 +1,5 @@
.categories {
.category {
display: block;
}
}