openreplay/frontend/app/components/Session_/BottomBlock/index.js
2021-05-01 15:12:01 +05:30

8 lines
No EOL
194 B
JavaScript

import BottomBlock from './BottomBlock';
import Header from './Header';
import Content from './Content';
BottomBlock.Header = Header;
BottomBlock.Content = Content;
export default BottomBlock;