import JetpackSubscribers from './jetpack-subscribers';
import SubscribersPage from './main';
export function subscribers( context, next ) {
context.primary = ;
next();
}
export function jetpackSubscribers( context, next ) {
context.primary = ;
next();
}