import { fn1 } from './fn' export default function Page() { fn1() return

hello world

}