Private
Public Access
1
0

refactor; separate app.js to 3 files (except step yet)

This commit is contained in:
2017-01-23 14:43:58 +01:00
parent a3465f6cf9
commit fcd490ef4e
6 changed files with 464 additions and 390 deletions

View File

@@ -0,0 +1,10 @@
import React from 'react';
class MineStep extends React.Component {
constructor() {
super();
}
}
export default MineStep;