import { myFileFunction } from '../my-file' export default function Page() { return <p>{myFileFunction()}</p> }