Fixed name

This commit is contained in:
Leon Mika 2025-01-27 21:48:40 +11:00
parent bf5d6cbe52
commit d7e7af5a10
22 changed files with 56 additions and 56 deletions

View file

@ -1,6 +1,6 @@
package themes
import "lmika.dev/lmika/hugo-crm/models"
import "lmika.dev/lmika/hugo-cms/models"
var themes = map[string]models.ThemeMeta{
"bear": models.ThemeMeta{

View file

@ -1,6 +1,6 @@
package themes
import "lmika.dev/lmika/hugo-crm/models"
import "lmika.dev/lmika/hugo-cms/models"
type Provider struct{}