diff options
Diffstat (limited to 'tables.go')
-rw-r--r-- | tables.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,9 +7,9 @@ import ( "strings" "time" - "elefant/models" - "elefant/pngmeta" - "elefant/rag" + "gf-lt/models" + "gf-lt/pngmeta" + "gf-lt/rag" "github.com/gdamore/tcell/v2" "github.com/rivo/tview" |