import { config as hello } from '../something' import { config as world } from '../config' export default () => ( <p> {hello} {world} </p> )