refactor(common): Student
This commit is contained in:
parent
bc8e888373
commit
d6b79dcced
7 changed files with 22 additions and 18 deletions
|
@ -9,7 +9,8 @@ import {
|
|||
getStudentGroups,
|
||||
getStudentSubmissions,
|
||||
} from '../services/students.js';
|
||||
import { StudentDTO } from '../interfaces/student.js';
|
||||
|
||||
import { StudentDTO } from 'dwengo-1-common/src/interfaces/student';
|
||||
|
||||
// TODO: accept arguments (full, ...)
|
||||
// TODO: endpoints
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue