rsnext/test/integration/page-config/pages/index.js

9 lines
150 B
JavaScript
Raw Normal View History

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