// @gating import { memo } from "react"; export default Foo |> memo(%); function Foo() {}