Files
2019-08-15 00:54:44 +02:00

7 lines
176 B
JavaScript
Executable File

import { EmptyLayout } from './EmptyLayout';
import { EmptyLayoutSection } from './EmptyLayoutSection';
EmptyLayout.Section = EmptyLayoutSection;
export default EmptyLayout;