forked from goffee/core
5 lines
56 B
Go
5 lines
56 B
Go
package components
|
|
|
|
type Title struct {
|
|
Label string
|
|
}
|