import dataText from './test.txt' import dataBinary from './test.mp4' export default function Page() { return (

{dataText}

{dataBinary}

) }