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

@@ -1,8 +1,8 @@
package popups
import "image"
import "git.tebibyte.media/sashakoshka/tomo"
import "git.tebibyte.media/sashakoshka/tomo/elements"
import "tomo"
import "tomo/elements"
// DialogKind defines the semantic role of a dialog window.
type DialogKind int