File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src-ts/tools/learn/learn-lib/certificate-page-layout Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,10 @@ import { useSearchParams } from 'react-router-dom'
10
10
import classNames from 'classnames'
11
11
12
12
import {
13
- FacebookSocialShareBtn ,
14
13
fileDownloadCanvasAsImage ,
15
14
IconOutline ,
16
- LinkedinSocialShareBtn ,
17
15
LoadingSpinner ,
18
16
NavigateBackFunction ,
19
- TwitterSocialShareBtn ,
20
17
useNavigateBack ,
21
18
} from '../../../../lib'
22
19
import { useCertificateScaling } from '../use-certificate-scaling-hook'
@@ -25,9 +22,9 @@ import { ActionButton } from '../action-button'
25
22
import { hideSiblings } from '../functions'
26
23
import { getViewStyleParamKey } from '../../learn.routes'
27
24
import { TCAShareCertificateModalData , useTCAShareCertificateModal } from '../tca-share-certificate-modal'
25
+ import { useCertificatePrint } from '../use-certificate-print-hook'
28
26
29
27
import styles from './CertificatePageLayout.module.scss'
30
- import { useCertificatePrint } from '../use-certificate-print-hook'
31
28
32
29
export type CertificatePageLayoutStyle = 'large-container'
33
30
You can’t perform that action at this time.
0 commit comments