mirror of
https://github.com/outline/outline.git
synced 2026-06-23 16:24:23 +03:00
11 lines
187 B
JavaScript
11 lines
187 B
JavaScript
import Layout from './Layout';
|
|
import Title from './components/Title';
|
|
import HeaderAction from './components/HeaderAction';
|
|
|
|
export default Layout;
|
|
|
|
export {
|
|
Title,
|
|
HeaderAction,
|
|
};
|