From b58e28ebb59a2169f50a023d08e0d27a41a38ebf Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 10 Jun 2026 20:04:22 +0000 Subject: [PATCH] remove unused Icon struct type --- app/common/types.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/common/types.go b/app/common/types.go index d75a330..a03a53b 100644 --- a/app/common/types.go +++ b/app/common/types.go @@ -35,10 +35,3 @@ type Option struct { Value string Display string } - -type Icon struct { - ID string - Src string - Alt string - Clickable bool -}