File size: 205 Bytes
1e92f2d
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import { createElement } from 'react';
import SiteSettingsPerformance from './main';

export function performance( context, next ) {
	context.primary = createElement( SiteSettingsPerformance );
	next();
}