From 8e3ea5150ab1ba4ce4dbd03894eccb6f45564422 Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 16 Sep 2025 08:39:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Remove=20"All"=20catego?= =?UTF-8?q?ry=20from=20Category=20type=20definition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/categories.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/categories.ts b/src/types/categories.ts index b95bef8..a3d38ad 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -1,5 +1,4 @@ export type Category = - | "All" | "AI" | "Software" | "Hardware"