add(project): initial commit
This commit is contained in:
parent
f34565bf49
commit
cf17a4ec59
11 changed files with 628 additions and 0 deletions
9
internal/ui/page.go
Normal file
9
internal/ui/page.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package ui
|
||||
|
||||
import (
|
||||
"gioui.org/layout"
|
||||
)
|
||||
|
||||
type Page interface {
|
||||
Layout(gtx layout.Context) layout.Dimensions
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue