Skip to content

Commit

Permalink
VKT(Frontend): Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoivisto committed Oct 9, 2024
1 parent d28dcc3 commit 3b518a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/vkt/src/interfaces/publicExaminer.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Dayjs } from 'dayjs';
import { APIResponseStatus } from 'shared/enums';
import { WithId } from 'shared/interfaces';

import { ExamLanguage } from 'enums/app';
import { APIResponseStatus } from 'shared/enums';

interface PublicMunicipality {
fi: string;
Expand Down

0 comments on commit 3b518a0

Please sign in to comment.