1
0
Fork 0
forked from goffee/core
core/template/components/title.go

6 lines
56 B
Go
Raw Normal View History

2024-09-27 03:27:24 -04:00
package components
type Title struct {
Label string
}