import Guide from '../../layouts/guide'; ## Here be dragons > There should be dragons here ```javascript const abc = 'abc'; alert(abc) ``` export default ({ children }) => {children}