🛠️ Remove "All" category from Category type definition

This commit is contained in:
pheralb
2025-09-16 08:39:02 +01:00
parent 895052ff7a
commit 8e3ea5150a
-1
View File
@@ -1,5 +1,4 @@
export type Category = export type Category =
| "All"
| "AI" | "AI"
| "Software" | "Software"
| "Hardware" | "Hardware"