1
0
Fork 0
forked from goffee/core
core/template/components/title.go
2024-09-27 02:27:24 -05:00

5 lines
56 B
Go

package components
type Title struct {
Label string
}