Files
outline/src/components/Layout/index.js
2016-05-15 16:44:17 -05:00

9 lines
117 B
JavaScript

import Layout from './Layout';
import Title from './components/Title';
export default Layout;
export {
Title,
};