From 23a48e1d498680be769e931f46ddb1fd44f38d1a Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Fri, 13 Feb 2026 07:46:58 -0800 Subject: Implement Tag View and fix tests --- frontend/src/types.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frontend/src/types.ts') diff --git a/frontend/src/types.ts b/frontend/src/types.ts index 872e608..4c1110f 100644 --- a/frontend/src/types.ts +++ b/frontend/src/types.ts @@ -19,3 +19,6 @@ export interface Item { header_image?: string; feed_title?: string; } +export interface Category { + title: string; +} -- cgit v1.2.3