mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-02 07:25:00 +01:00
13 lines
191 B
Go
13 lines
191 B
Go
package styles
|
|
|
|
const (
|
|
SessionsIcon string = ""
|
|
ChatIcon string = ""
|
|
|
|
BotIcon string = ""
|
|
ToolIcon string = ""
|
|
UserIcon string = ""
|
|
|
|
SleepIcon string = ""
|
|
)
|