UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

9 lines (7 loc) 199 B
import React from 'react'; import styles from '../header-bar-styles'; export default function HeaderMenus(props) { return ( <div style={styles.menusWrap}>{props.children}</div> ); }