Skip to content

Commit

Permalink
Move ContentWrapper to correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
FredrikOseberg committed Mar 18, 2018
1 parent 7ed9327 commit c04842e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion src/app/components/common/form/SelectBox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const SelectBox = ({ options, classNames = '', name = '', id = '', label = '', v

const selectBox = (
<select
defaultValue={ formattedOptions[0] }
className={ `${style.selectBox} ${classNames} ${selectBoxLabeLStyles}` }
name={ name }
id={ id }
Expand Down
2 changes: 1 addition & 1 deletion src/app/containers/App/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import CreateWallet from '../CreateWallet'
import ImportWallet from '../ImportWallet'
import ExportWallet from '../ExportWallet'
import Config from '../Config'
import ContentWrapper from '../ContentWrapper'
import ContentWrapper from '../../components/ContentWrapper'
import StartPage from '../../components/StartPage'
import Login from '../../components/Login'
import Header from '../../components/Header'
Expand Down

0 comments on commit c04842e

Please sign in to comment.