Migrate Master component to typescript

This commit is contained in:
Qolzam
2017-10-07 15:05:07 +07:00
parent 1810550331
commit 8e8875b15c
7 changed files with 164 additions and 32 deletions

View File

@@ -8,6 +8,8 @@ import Dialog from 'material-ui/Dialog'
// - Create MasterLoading component class
export default class MasterLoading extends Component {
// Constructor
constructor(props) {
super(props);