Skip to content

Commit a63a08b

Browse files
PROD-2740 clean up #time 5m
1 parent 4474b33 commit a63a08b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src-ts/lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export {
1111
authUrlLogin,
1212
authUrlLogout,
1313
authUrlSignup,
14+
errorHandle,
1415
fileCreateFromCanvas,
1516
fileDownloadBlob,
1617
fileDownloadCanvasAsImage,

src-ts/tools/learn/learn-lib/user-certifications-provider/user-certifications.provider.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Dispatch, SetStateAction, useContext, useEffect, useState } from 'react'
22

3-
import { profileContext, ProfileContextData } from '../../../../lib'
4-
import { errorHandle } from '../../../../lib/functions'
3+
import { errorHandle, profileContext, ProfileContextData } from '../../../../lib'
54

65
import { UserCertificationCompleted } from './user-certification-completed.model'
76
import { UserCertificationInProgress } from './user-certification-in-progress.model'

0 commit comments

Comments
 (0)