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 -}