Files
realworld/inc/screen.curator_shop.go
T
2026-08-29 23:27:15 +02:00

11 lines
209 B
Go

package inc
func screenCuratorShop() screen {
return screen{
name: ScreenCuratorShop,
title: "CURATOR SERVICE — THE MASTER'S WORKSHOP",
background: BgCuratorShop,
onSelector: true,
}
}