Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit f9678b5

Browse files
committed
refactor(CheatsheetThread): remove old CheatsheetPaper container
1 parent d969305 commit f9678b5

File tree

13 files changed

+0
-1250
lines changed

13 files changed

+0
-1250
lines changed

components/CommunityContent/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import WikiThread from '../../containers/WikiThread'
1414
import JobsThread from '../../containers/JobsThread'
1515
import UsersThread from '../../containers/UsersThread'
1616
import CheatsheetThread from '../../containers/CheatsheetThread'
17-
// import CheatSheetPaper from '../../containers/CheatSheetPaper'
1817

1918
import { Wrapper } from './styles'
2019
import { makeDebugger, ROUTE } from '../../utils'
@@ -44,7 +43,6 @@ const ComunityContent = ({ curRoute }) => {
4443
return <WikiThread />
4544
}
4645
case ROUTE.CHEATSHEET: {
47-
// return <CheatSheetPaper />
4846
return <CheatsheetThread />
4947
}
5048
default: {

containers/CheatSheetPaper/es7.js

Lines changed: 0 additions & 88 deletions
This file was deleted.

containers/CheatSheetPaper/index.js

Lines changed: 0 additions & 168 deletions
This file was deleted.

containers/CheatSheetPaper/lang.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)