diff --git a/context.go b/context.go index f9ef1509..ef49192a 100644 --- a/context.go +++ b/context.go @@ -7,6 +7,7 @@ import ( "net/http" "path/filepath" + _ "github.com/qor/admin/views" "github.com/qor/qor" "github.com/qor/qor/utils" "github.com/qor/roles" diff --git a/views/views.go b/views/views.go new file mode 100644 index 00000000..e29e57da --- /dev/null +++ b/views/views.go @@ -0,0 +1 @@ +package views