import React, { Component } from "react"; import { Image, Grid, Button, Icon, Header, Container, } from "semantic-ui-react"; export default class ConfirmRegistration extends Component { render() { return (
Congratulation!

An E-mail has been sent to your address, confirm your registration by following the enclosed link. If you don't find the E-mail please check also the spam folder.

); } }