summaryrefslogtreecommitdiff
path: root/examples/deleteable/content
diff options
context:
space:
mode:
Diffstat (limited to 'examples/deleteable/content')
-rw-r--r--examples/deleteable/content/song.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/deleteable/content/song.go b/examples/deleteable/content/song.go
index b33bad0..8faed30 100644
--- a/examples/deleteable/content/song.go
+++ b/examples/deleteable/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 {