feat: decouple views from projects #2217

Merged
konrad merged 97 commits from feature/decouple-views-from-projects into main 2024-03-19 19:16:14 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 6f51b56589 - Show all commits

View File

@ -17,9 +17,11 @@
package models
import (
"strings"
"code.vikunja.io/api/pkg/user"
"code.vikunja.io/web"
"strings"
"xorm.io/xorm"
)