How integrate auth0 react with ant design pro

i want to use ant design pro , how can i integerat with auth0,
i can not find any place to put such code

  <Auth0Provider
    domain="YOUR_DOMAIN"
    clientId="YOUR_CLIENT_ID"
    redirectUri={window.location.origin}
  ><App /></Auth0Provider>

could some body help me.

thanks