op/paint: move paint package below the op package

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-09-30 15:51:24 +02:00
parent 8cf35a1f97
commit beaec661d2
11 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"gioui.org/gesture"
"gioui.org/io/pointer"
"gioui.org/op"
"gioui.org/paint"
"gioui.org/op/paint"
)
type scrollChild struct {