Skip to content

Commit

Permalink
VKT(Frontend): Enrollment appointment contact form begins
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkkp committed Oct 8, 2024
1 parent 140ef60 commit 70c5a9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions frontend/packages/vkt/src/enums/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ export enum AppRoutes {

// Routes for good and satisfactory level - TODO
PublicGoodAndSatisfactoryLevelLanding = '/vkt/hyva-ja-tyydyttava-taito',
PublicEnrollmentAppointment = '/vkt/markkinapaikka',
PublicAuthAppointment = '/vkt/markkinapaikka/:enrollmentId/tunnistaudu',
PublicEnrollmentAppointmentContactDetails = '/vkt/markkinapaikka/:enrollmentId/tiedot',
PublicEnrollmentAppointmentPreview = '/vkt/markkinapaikka/:enrollmentId/esikatsele',
PublicEnrollmentAppointmentPaymentFail = '/vkt/markkinapaikka/:enrollmentId/maksu/peruutettu',
Expand Down
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
1 change: 0 additions & 1 deletion frontend/packages/vkt/src/routers/AppRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import { PublicGoodAndSatisfactoryLevelLandingPage } from 'pages/goodAndSatisfac
import { LogoutSuccess } from 'pages/LogoutSuccess';
import { NotFoundPage } from 'pages/NotFoundPage';
import { PublicEnrollmentAppointmentPage } from 'pages/PublicEnrollmentAppointmentPage';
import { PublicEnrollmentPage } from 'pages/PublicEnrollmentPage';
import { PublicHomePage } from 'pages/PublicHomePage';
import { loadFeatureFlags } from 'redux/reducers/featureFlags';
import { featureFlagsSelector } from 'redux/selectors/featureFlags';
Expand Down

0 comments on commit 70c5a9e

Please sign in to comment.