diff --git a/src/components/Create/Create.js b/src/components/Create/Create.js
index 863fe20..b3c8bb8 100644
--- a/src/components/Create/Create.js
+++ b/src/components/Create/Create.js
@@ -1,7 +1,19 @@
import React from "react";
import { withRouter } from "react-router-dom";
import { WalletContext } from "../../utils/context";
-import { Input, Button, notification, Spin, Icon, Row, Col, Card, Form, Typography } from "antd";
+import {
+ Input,
+ Button,
+ notification,
+ Spin,
+ Icon,
+ Row,
+ Col,
+ Card,
+ Form,
+ Typography,
+ Collapse
+} from "antd";
import createToken from "../../utils/broadcastTransaction";
import StyledCreate from "../Common/StyledPage";
import { QRCode } from "../Common/QRCode";
@@ -118,7 +130,20 @@ const Create = ({ history }) => {