wisski-cloud-distillery/internal/dis/component/control/static/custom/custom.go
2023-01-06 19:56:13 +01:00

8 lines
176 B
Go

package custom
import "github.com/FAU-CDI/wisski-distillery/internal/dis/component"
// Custom implements theme and page customization.
type Custom struct {
component.Base
}