const Hi = (props) => { return {...props.children} } module.exports = { 'about.txt': <> Hi! This is my online resume. You can browse files with ls, and read them with cat. >, 'super_secret_password.txt': uwu, }