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

11 lines
190 B
Go

package inc
func screenBvkBranch() screen {
return screen{
name: ScreenBVKBranch,
title: "BVK — SAN FRANCISCO BRANCH",
background: BgBVKBranch,
onSelector: true,
}
}