Skip to content

Commit 4dd0be7

Browse files
committed
remove commented code
1 parent abe2cfc commit 4dd0be7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src-ts/tools/learn/learn-lib/providers-logo-list/providers-logo-map.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import { ReactNode } from 'react'
2+
23
import { FccLogoBlackSvg, TcLogoSvg } from '../svgs'
34
import { TCAProviderType } from '../data-providers'
45

5-
// import { FccLogoBlackSvg, TCAProviderType, TcLogoSvg } from '../index'
6-
76
export const providersLogoMap: {[key in TCAProviderType]: ReactNode} = {
87
freeCodeCamp: <FccLogoBlackSvg />,
98
Topcoder: <TcLogoSvg />,

0 commit comments

Comments
 (0)