Skip to content

Commit

Permalink
Fix type check
Browse files Browse the repository at this point in the history
  • Loading branch information
clementbiron committed Oct 18, 2023
1 parent bf5e6a8 commit c9773ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/service.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import ContributorForm, { useContributor } from 'modules/Common/data-components/
import useDocumentDeclaration from 'modules/Common/services/useDocumentDeclaration';
import useConfigDeclaration from 'modules/Common/hooks/useConfigDeclaration';
import { loadMdxFile, MdxPageProps } from 'modules/I18n/hoc/withMdx';
import Trans from 'next-translate/Trans';

const EMAIL_SUPPORT = '[email protected]';

Expand Down

0 comments on commit c9773ba

Please sign in to comment.