import { Form } from 'components' export default function Page() { const foo = async () => { 'use server' return 'declarator arrow function expression' } async function bar() { 'use server' return 'function declaration' } return ( <>