import * as React from 'react'; import { Container } from 'ts/components/ui/container'; import { Text } from 'ts/components/ui/text'; export interface CongratsOnboardingStepProps {} export const CongratsOnboardingStep: React.StatelessComponent = () => (
Your wallet is now set up for trading. Use it on any relayer in the 0x ecosystem. No need to log in. Each relayer automatically detects and connects to your wallet.
);