Fix tabbed view export for component index
This commit is contained in:
parent
0d2cb6e731
commit
615648af13
3 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ export class Tab {
|
|||
}
|
||||
}
|
||||
|
||||
export class TabbedView extends React.Component {
|
||||
export default class TabbedView extends React.Component {
|
||||
static propTypes = {
|
||||
// The tabs to show
|
||||
tabs: PropTypes.arrayOf(PropTypes.instanceOf(Tab)).isRequired,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue