Skip to content

Commit

Permalink
npm & harmoware-vis v-up
Browse files Browse the repository at this point in the history
  • Loading branch information
ymucystk committed May 10, 2019
1 parent baefe1c commit 9ebd704
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
"harmoware-vis": "^1.1.1",
"node-sass": "^4.11.0",
"harmoware-vis": "^1.1.4",
"node-sass": "^4.12.0",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-redux": "^6.0.1",
Expand Down
15 changes: 8 additions & 7 deletions src/containers/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ class App extends Container {
return (
<div>
<div className="harmovis_controller">
<ul className="harmovis_controller__list">
<li className="harmovis_controller__list__item button_block">
<label htmlFor="MovesInput" className="harmovis_button">
Operation data<MovesInput actions={actions} id="MovesInput"
className="non_display" />
</label>&nbsp;
<div className="white_space_nowrap">{movesFileName}</div>
<ul className="flex_list">
<li className="flex_row">
<div className="harmovis_input_button_column">
<label htmlFor="MovesInput">
Operation data<MovesInput actions={actions} id="MovesInput" />
</label>
<div>{movesFileName}</div>
</div>
</li>
</ul>
</div>
Expand Down

0 comments on commit 9ebd704

Please sign in to comment.