refactor(common): Language
This commit is contained in:
parent
5a90862098
commit
bef6c6f75b
48 changed files with 71 additions and 56 deletions
|
@ -1,8 +1,8 @@
|
|||
import { Request, Response } from 'express';
|
||||
import { createSubmission, deleteSubmission, getSubmission } from '../services/submissions.js';
|
||||
import { Language, languageMap } from '../entities/content/language.js';
|
||||
|
||||
import { SubmissionDTO } from 'dwengo-1-common/src/interfaces/submission';
|
||||
import { Language, languageMap } from 'dwengo-1-common/src/util/language.js';
|
||||
|
||||
interface SubmissionParams {
|
||||
hruid: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue