New design, added category & bug fixes

This commit is contained in:
pheralb
2022-01-21 22:30:32 +00:00
parent 2706236410
commit 57f2339589
43 changed files with 1916 additions and 191 deletions
+6
View File
@@ -0,0 +1,6 @@
import db from "data/icons";
// 📦 Show all content ->
export default function handler(req, res) {
res.status(200).json(db);
}