diff options
Diffstat (limited to 'examples/createable/content')
-rw-r--r-- | examples/createable/content/song.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/createable/content/song.go b/examples/createable/content/song.go index 7473e91..72c659c 100644 --- a/examples/createable/content/song.go +++ b/examples/createable/content/song.go @@ -6,10 +6,10 @@ import ( "net/http" - "github.com/ponzu-cms/ponzu/management/editor" - "github.com/ponzu-cms/ponzu/system/admin/user" - "github.com/ponzu-cms/ponzu/system/api" - "github.com/ponzu-cms/ponzu/system/item" + "github.com/haturatu/ponzu/management/editor" + "github.com/haturatu/ponzu/system/admin/user" + "github.com/haturatu/ponzu/system/api" + "github.com/haturatu/ponzu/system/item" ) type Song struct { |