Ensure Container satisfies tomo.ContentObject
This commit is contained in:
parent
c889838c9c
commit
04f44cea86
@ -4,6 +4,8 @@ import "image"
|
||||
import "git.tebibyte.media/tomo/tomo"
|
||||
import "git.tebibyte.media/tomo/tomo/event"
|
||||
|
||||
var _ tomo.ContentObject = new(Container)
|
||||
|
||||
// Container is an object that can contain other objects. It can be used as a
|
||||
// primitive for building more complex layouts. It has two variants: an outer
|
||||
// container, and an inner container. The outer container has padding around
|
||||
|
Loading…
Reference in New Issue
Block a user