import React from 'react'; import styles from './Success.css'; const Success = () => (
); export default Success;