Skip to content

Commit

Permalink
Fix biome
Browse files Browse the repository at this point in the history
Related to #1480
  • Loading branch information
amaliejvik committed Oct 24, 2024
1 parent 0bb972f commit b5a700b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Icon } from '@iconify/react';
import { useEffect, useState } from 'react';
import { useTranslation } from 'react-i18next';
import { useNavigate, useParams } from 'react-router-dom';
Expand All @@ -22,7 +23,6 @@ import { reverse } from '~/named-urls';
import { ROUTES } from '~/routes';
import { dbT } from '~/utils';
import styles from './RecruitmentApplicationFormPage.module.scss';
import { Icon } from '@iconify/react';

type FormProps = {
application_text: string;
Expand Down

0 comments on commit b5a700b

Please sign in to comment.