mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-13 12:14:47 +00: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 = ""
|
|
)
|