Remove refs to non-existent types package
This commit is contained in:
@@ -10,7 +10,6 @@ import (
|
||||
|
||||
"git.mills.io/prologic/spyda"
|
||||
"git.mills.io/prologic/spyda/internal/session"
|
||||
"git.mills.io/prologic/spyda/types"
|
||||
"github.com/justinas/nosurf"
|
||||
)
|
||||
|
||||
@@ -49,10 +48,8 @@ type Context struct {
|
||||
Page string
|
||||
Content template.HTML
|
||||
|
||||
Title string
|
||||
Meta Meta
|
||||
Links types.Links
|
||||
Alternatives types.Alternatives
|
||||
Title string
|
||||
Meta Meta
|
||||
|
||||
Pager *paginator.Paginator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user