equal
deleted
inserted
replaced
1 import React, { Component } from 'react'; |
1 import React, { Component } from 'react'; |
2 import Modal from 'react-modal'; |
2 import Modal from 'react-modal'; |
3 import PropTypes from 'prop-types'; |
3 import PropTypes from 'prop-types'; |
4 import uuidV1 from 'uuid/v1'; |
4 import uuidV1 from 'uuid/v1'; |
5 import { withNamespaces } from 'react-i18next'; |
5 import { withNamespaces } from 'react-i18next'; |
6 import '../App.css'; |
|
7 import './CreateSession.css'; |
|
8 |
6 |
9 class CreateSession extends Component { |
7 class CreateSession extends Component { |
10 |
8 |
11 static propTypes = { |
9 static propTypes = { |
12 history: PropTypes.object.isRequired, |
10 history: PropTypes.object.isRequired, |