We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0f939c + 6bb5302 commit b85aee8Copy full SHA for b85aee8
client/app/bundles/comments/layout/Layout.jsx
@@ -1,9 +1,10 @@
1
import React, { PropTypes } from 'react';
2
import { IndexLink, Link } from 'react-router';
3
+import BaseComponent from 'libs/components/BaseComponent';
4
5
import './Layout.scss';
6
-export default class Layout extends React.Component {
7
+export default class Layout extends BaseComponent {
8
9
static propTypes = {
10
children: PropTypes.object.isRequired,
0 commit comments