Backend: Move report package to /pkg/txt/report

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-07-03 09:29:15 +02:00
parent a4354d4fa6
commit 44b94d0f62
43 changed files with 27 additions and 27 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/photoprism/photoprism/pkg/fs"
"github.com/photoprism/photoprism/pkg/media"
"github.com/photoprism/photoprism/pkg/report"
"github.com/photoprism/photoprism/pkg/txt/report"
)
// ShowFileFormatsCommand configures the command name, flags, and action.