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'
1010import classNames from 'classnames'
1111
1212import {
13- FacebookSocialShareBtn ,
1413 fileDownloadCanvasAsImage ,
1514 IconOutline ,
16- LinkedinSocialShareBtn ,
1715 LoadingSpinner ,
1816 NavigateBackFunction ,
19- TwitterSocialShareBtn ,
2017 useNavigateBack ,
2118} from '../../../../lib'
2219import { useCertificateScaling } from '../use-certificate-scaling-hook'
@@ -25,9 +22,9 @@ import { ActionButton } from '../action-button'
2522import { hideSiblings } from '../functions'
2623import { getViewStyleParamKey } from '../../learn.routes'
2724import { TCAShareCertificateModalData , useTCAShareCertificateModal } from '../tca-share-certificate-modal'
25+ import { useCertificatePrint } from '../use-certificate-print-hook'
2826
2927import styles from './CertificatePageLayout.module.scss'
30- import { useCertificatePrint } from '../use-certificate-print-hook'
3128
3229export type CertificatePageLayoutStyle = 'large-container'
3330
You can’t perform that action at this time.
0 commit comments