File size: 217 Bytes
1e92f2d
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import config from '@automattic/calypso-config';
import BlazeSetup from './setup/main';

export const setup = ( context, next ) => {
	context.primary = <BlazeSetup setupInfo={ config( 'need_setup' ) } />;
	next();
};