move ImportDialogBox into a folder
This commit is contained in:
parent
a6694a3f72
commit
667c0d6265
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
/* global describe, it */
|
/* global describe, it */
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import TestUtils from 'react-addons-test-utils' // ES6
|
import TestUtils from 'react-addons-test-utils' // ES6
|
||||||
import ImportDialogBox from '../../src/components/ImportDialogBox.js'
|
import ImportDialogBox from '../../../src/components/ImportDialogBox.js'
|
||||||
import Dropzone from 'react-dropzone'
|
import Dropzone from 'react-dropzone'
|
||||||
import chai from 'chai'
|
import chai from 'chai'
|
||||||
|
|
Loading…
Add table
Reference in a new issue