summaryrefslogtreecommitdiff
path: root/internal/tui/dashboard/files.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/tui/dashboard/files.go')
-rw-r--r--internal/tui/dashboard/files.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/tui/dashboard/files.go b/internal/tui/dashboard/files.go
index 0393553..d43e215 100644
--- a/internal/tui/dashboard/files.go
+++ b/internal/tui/dashboard/files.go
@@ -2,11 +2,12 @@ package dashboard
import (
"fmt"
- "ior/internal/statsengine"
"path/filepath"
"sort"
"strconv"
+ "ior/internal/statsengine"
+
"charm.land/bubbles/v2/table"
)