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