1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 13:41:57 +02:00

remove wrong imports from fineuploader

This commit is contained in:
Tim Daubenschütz 2015-07-14 10:39:36 +02:00
parent 8fc812e574
commit acbfd8c840

View File

@ -2,11 +2,6 @@
import React from 'react/addons';
import promise from 'es6-promise';
promise.polyfill();
import fetch from 'isomorphic-fetch';
import { getCookie } from '../../utils/fetch_api_utils';
import { getLangText } from '../../utils/lang_utils';