File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
import React , { PropTypes } from 'react' ;
2
2
import Flexbox from 'flexbox-react' ;
3
- import {
4
- Paper ,
5
- } from 'material-ui' ;
3
+ import Paper from 'material-ui/Paper' ;
6
4
import { Accounts as AccountsBase } from '@accounts/react' ;
7
5
import AccountsClient from '@accounts/client' ;
8
6
import Title from './Title' ;
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
- import { TextField } from 'material-ui' ;
2
+ import TextField from 'material-ui/TextField ' ;
3
3
4
4
const UserField = props =>
5
5
< TextField
Original file line number Diff line number Diff line change 1
1
import React , { PropTypes } from 'react' ;
2
2
import Flexbox from 'flexbox-react' ;
3
- import {
4
- RaisedButton ,
5
- } from 'material-ui' ;
3
+ import RaisedButton from 'material-ui/RaisedButton' ;
6
4
import AccountsClient from '@accounts/client' ;
7
5
import { FormTypes , LoginFields } from '@accounts/react' ;
8
6
Original file line number Diff line number Diff line change 1
1
import React , { PropTypes } from 'react' ;
2
2
import Flexbox from 'flexbox-react' ;
3
- import {
4
- RaisedButton ,
5
- } from 'material-ui' ;
3
+ import RaisedButton from 'material-ui/RaisedButton' ;
6
4
import AccountsClient from '@accounts/client' ;
7
5
import { FormTypes , SignupFields } from '@accounts/react' ;
8
6
You can’t perform that action at this time.
0 commit comments