Skip to content

Commit

Permalink
Adds needed variables from React bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
n8e committed Mar 8, 2017
1 parent 7638588 commit c098256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/views/user/CreateUserView.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Component } from 'react';
import Relay from 'react-relay';
import { Grid, Row, Col, FormGroup, Button, Panel, Alert } from 'react-bootstrap';
import { Grid, Row, Col, FormGroup, FormControl, Button, Panel, Alert, ControlLabel } from 'react-bootstrap';

import SignUpMutation from '../../mutations/SignUpMutation';

Expand Down

0 comments on commit c098256

Please sign in to comment.