Skip to content

Commit e40a69c

Browse files
committed
♻️(frontend) reorder imports to fix lint error
Fixed import order to satisfy linting rules and maintain code style consistency. Signed-off-by: Cyril <[email protected]>
1 parent 61c9c87 commit e40a69c

File tree

1 file changed

+1
-1
lines changed
  • src/frontend/apps/impress/src/features/docs/doc-export/components

1 file changed

+1
-1
lines changed

src/frontend/apps/impress/src/features/docs/doc-export/components/ModalExport.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {
1010
useToastProvider,
1111
} from '@openfun/cunningham-react';
1212
import { DocumentProps, pdf } from '@react-pdf/renderer';
13+
import i18next from 'i18next';
1314
import { cloneElement, isValidElement, useMemo, useState } from 'react';
1415
import { useTranslation } from 'react-i18next';
1516
import { css } from 'styled-components';
@@ -23,7 +24,6 @@ import { TemplatesOrdering, useTemplates } from '../api/useTemplates';
2324
import { docxDocsSchemaMappings } from '../mappingDocx';
2425
import { pdfDocsSchemaMappings } from '../mappingPDF';
2526
import { downloadFile } from '../utils';
26-
import i18next from 'i18next';
2727

2828
enum DocDownloadFormat {
2929
PDF = 'pdf',

0 commit comments

Comments
 (0)