Skip to content

Commit

Permalink
fix: bin/exifviewer fileitem deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sincerefly committed Jul 2, 2024
1 parent deecd87 commit e2c9165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/exifviewer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"
"github.com/sincerefly/capybara/service/border/styles_common"
"github.com/sincerefly/capybara/utils/fileitem"
"github.com/sincerefly/capybara/structure/fileitem"
"os"
"path/filepath"
)
Expand Down

0 comments on commit e2c9165

Please sign in to comment.