Skip to content

Commit

Permalink
VKT(Frontend): Fix lint, delete unused code [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoivisto committed Nov 22, 2024
1 parent 2cd1410 commit 22735ea
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 645 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import { CustomButton, Text } from 'shared/components';
import { useCommonTranslation, usePublicTranslation } from 'configs/i18n';
import { useAppDispatch } from 'configs/redux';
import { AppRoutes } from 'enums/app';
import { PublicEnrollment } from 'interfaces/publicEnrollment';
import { PublicEnrollmentAppointment } from 'interfaces/publicEnrollment';
import { resetPublicEnrollment } from 'redux/reducers/publicEnrollment';
import { resetPublicExamEventSelections } from 'redux/reducers/publicExamEvent';

export const PaymentSuccess = ({
enrollment,
}: {
enrollment: PublicEnrollment;
enrollment: PublicEnrollmentAppointment;
}) => {
const { t } = usePublicTranslation({
keyPrefix: 'vkt.component.publicEnrollment.steps.paymentSuccess',
Expand Down

This file was deleted.

Loading

0 comments on commit 22735ea

Please sign in to comment.