+
+
+
+
+ );
+ }
+}
diff --git a/smart-hut/src/views/ConfirmRegistration.js b/smart-hut/src/views/ConfirmRegistration.js
index 05adedd..1eb3c12 100644
--- a/smart-hut/src/views/ConfirmRegistration.js
+++ b/smart-hut/src/views/ConfirmRegistration.js
@@ -1,40 +1,10 @@
import React, { Component } from "react";
-import {
- Image,
- Grid,
- Button,
- Icon,
- Header,
- Container,
-} from "semantic-ui-react";
+import Confirm from "./Confirm";
+const msg =
+ "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.";
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.
-