9 lines
191 B
JavaScript
9 lines
191 B
JavaScript
// @flow
|
|
import Layout from './Layout';
|
|
import Title from './components/Title';
|
|
import HeaderAction from './components/HeaderAction';
|
|
|
|
export default Layout;
|
|
|
|
export { Title, HeaderAction };
|