Changed import paths

This commit is contained in:
2023-05-03 19:40:30 -04:00
parent 794ab1b5e8
commit 33c787d70b
70 changed files with 207 additions and 207 deletions

View File

@@ -2,9 +2,9 @@
package ability
import "image"
import "git.tebibyte.media/sashakoshka/tomo"
import "git.tebibyte.media/sashakoshka/tomo/input"
import "git.tebibyte.media/sashakoshka/tomo/artist"
import "tomo"
import "tomo/input"
import "tomo/artist"
// Layoutable represents an element that needs to perform layout calculations
// before it can draw itself.