8 lines
116 B
Go
8 lines
116 B
Go
|
package components
|
||
|
|
||
|
import "github.com/maxence-charriere/go-app/v9/pkg/app"
|
||
|
|
||
|
type bannerPanel struct {
|
||
|
app.Compo
|
||
|
}
|