import JetpackAppEmptyContent from './empty'; import JetpackAppPlans from './plans/main'; import type { Callback } from '@automattic/calypso-router'; export const jetpackAppPlans: Callback = ( context, next ) => { context.primary = ( ); next(); }; export const pageNotFound: Callback = ( context, next ) => { context.primary = ; next(); };