remove unused Icon struct type

This commit is contained in:
2026-06-10 20:04:22 +00:00
parent 8f72aaf255
commit b58e28ebb5
-7
View File
@@ -35,10 +35,3 @@ type Option struct {
Value string
Display string
}
type Icon struct {
ID string
Src string
Alt string
Clickable bool
}