7 lines
176 B
JavaScript
Executable File
7 lines
176 B
JavaScript
Executable File
import { EmptyLayout } from './EmptyLayout';
|
|
import { EmptyLayoutSection } from './EmptyLayoutSection';
|
|
|
|
EmptyLayout.Section = EmptyLayoutSection;
|
|
|
|
export default EmptyLayout;
|