Skip to content

Commit

Permalink
fix(pageLayout): ent-3504 export pageColumns (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Apr 13, 2021
1 parent 177ea01 commit 3c46bd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/pageLayout/pageLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import { PageSection as Main } from '@patternfly/react-core';
import { PageHeader } from './pageHeader';
import { PageColumns } from './pageColumns';
import { PageMessages } from './pageMessages';
import { PageSection } from './pageSection';
import { PageToolbar } from './pageToolbar';
Expand Down Expand Up @@ -44,4 +45,4 @@ PageLayout.propTypes = {
*/
PageLayout.defaultProps = {};

export { PageLayout as default, PageLayout, PageHeader, PageMessages, PageSection, PageToolbar };
export { PageLayout as default, PageLayout, PageColumns, PageHeader, PageMessages, PageSection, PageToolbar };

0 comments on commit 3c46bd9

Please sign in to comment.