Directory rename.

This commit is contained in:
Jayden Seric 2017-11-08 15:22:44 +11:00
parent 09a66981ed
commit a0f72fd58f
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import Page from '../components/page'
import SingleUploader from '../components/single-uploader'
import MultipleUploader from '../components/multiple-uploader'
import UploadList from '../components/upload-list'
import withData from '../helpers/with-data'
import withData from '../providers/with-data'
const HomePage = () => (
<Page title="Apollo upload examples">