Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 2aabd28

Browse files
committed
cleanup
1 parent f07fa15 commit 2aabd28

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

app/listings/listings.module.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,7 @@ import { ChallengeFiltersExample, TCFooter } from 'appirio-tech-react-components
1616
'react'
1717
]
1818

19-
class Foo extends React.Component {
20-
constructor(props) {
21-
super(props)
22-
}
23-
render() {
24-
return React.createElement('p', null, 'Foo')
25-
}
26-
}
27-
window.console.log('STUFFFFFF')
28-
window.console.log(Foo)
29-
window.console.log(ChallengeFiltersExample.default)
30-
3119
angular.module('tc.listings', dependencies)
3220
.value('ChallengeFiltersExample', ChallengeFiltersExample.default)
33-
.value('Foo', Foo)
3421

3522
})()

0 commit comments

Comments
 (0)