import { Panel } from './Panel'; import { PanelHeader } from './components/PanelHeader'; import { PanelBody } from './components/PanelBody'; export { Panel, PanelHeader, PanelBody, };