1 2 3export const Page = () => { return <div>Page</div> }
1 2 3
export const Page = () => { return <div>Page</div> }