Skip to content

Commit f279c69

Browse files
committed
typescript feature merged with master update
1 parent 14f6972 commit f279c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/components/containers/ContentsContainer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from "react";
22

3-
// import GraphContainer from "./GraphContainer.jsx";
3+
import { GraphContainer } from "./GraphContainer";
44
import ReqResContainer from "./ReqResContainer.jsx";
55
import NavBarContainer from "./NavBarContainer.jsx";
66

@@ -12,7 +12,7 @@ export class ContentsContainer extends React.Component<any, any> {
1212
render() {
1313
return (
1414
<div className="contents">
15-
{/* <GraphContainer /> */}
15+
<GraphContainer />
1616
<NavBarContainer />
1717
<ReqResContainer />
1818
</div>

0 commit comments

Comments
 (0)