Skip to content

Commit 289d146

Browse files
Merge branch 'TCA-832_release' into TCA-790_assessments
2 parents 69effc0 + a5788de commit 289d146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/tools/learn/free-code-camp/FreeCodeCamp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { debounce } from 'lodash'
12
import {
23
Dispatch,
34
FC,
@@ -45,7 +46,6 @@ import { FccFrame } from './fcc-frame'
4546
import { FccSidebar } from './fcc-sidebar'
4647
import { TitleNav } from './title-nav'
4748
import styles from './FreeCodeCamp.module.scss'
48-
import { debounce } from 'lodash'
4949

5050
const FreeCodeCamp: FC<{}> = () => {
5151

0 commit comments

Comments
 (0)