refactor(blogo,plugin): use io/fs instead of blogo/fs

This commit is contained in:
Guz
2025-01-23 10:02:15 -03:00
parent a59169ccde
commit ed1763aac8

View File

@@ -17,8 +17,7 @@ package plugin
import (
"io"
"forge.capytal.company/loreddev/x/blogo/fs"
"io/fs"
)
type Plugin interface {