8 lines
176 B
Go
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
|
|
}
|