Skip to content
Snippets Groups Projects
Commit 7d33fe46 authored by Jakob Dieterle's avatar Jakob Dieterle
Browse files

fix imports

parent 925b18e2
No related branches found
No related tags found
1 merge request!279Resolve "Reviewers should be able to assign Exercise-Groups to Tutors"
Pipeline #221199 failed
......@@ -93,9 +93,8 @@ import { changeActiveForUser, setGroups, fetchUserGroups, fetchUser } from '@/ap
import { actions } from '@/store/actions'
import { Authentication } from '@/store/modules/authentication'
import { TutorOverview } from '@/store/modules/tutor-overview'
import { Group, Tutor } from '@/models'
import { Group, Tutor, UserAccount } from '@/models'
import { Assignments } from '@/store/modules/assignments'
import { Tutor, UserAccount } from '@/models'
import RoleSelect from './RoleSelect.vue'
@Component({ components: { RoleSelect } })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment