Merge pull request 'clipboard' (#14) from clipboard into main

Reviewed-on: sashakoshka/tomo#14
This commit is contained in:
Sasha Koshka 2023-03-31 01:45:28 +00:00
commit 719b7b99ac
15 changed files with 826 additions and 58 deletions

View File

@ -1,7 +1,6 @@
package tomo package tomo
import "errors" import "errors"
import "git.tebibyte.media/sashakoshka/tomo/data"
import "git.tebibyte.media/sashakoshka/tomo/theme" import "git.tebibyte.media/sashakoshka/tomo/theme"
import "git.tebibyte.media/sashakoshka/tomo/config" import "git.tebibyte.media/sashakoshka/tomo/config"
import "git.tebibyte.media/sashakoshka/tomo/elements" import "git.tebibyte.media/sashakoshka/tomo/elements"