File size: 166 Bytes
1e92f2d |
1 2 3 4 5 6 7 |
import SectionExport from 'calypso/my-sites/exporter/section-export';
export function exportSite( context, next ) {
context.primary = <SectionExport />;
next();
}
|
1e92f2d |
1 2 3 4 5 6 7 |
import SectionExport from 'calypso/my-sites/exporter/section-export';
export function exportSite( context, next ) {
context.primary = <SectionExport />;
next();
}
|