From 2751b9132aab1c7eaddd29a129be4b1d6df3f714 Mon Sep 17 00:00:00 2001 From: Joffrey BION Date: Sat, 20 May 2017 12:36:45 +0200 Subject: Fixed 'unused React' warning --- frontend/src/sagas/errors.js | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src') diff --git a/frontend/src/sagas/errors.js b/frontend/src/sagas/errors.js index 9808fe41..ba1ae40d 100644 --- a/frontend/src/sagas/errors.js +++ b/frontend/src/sagas/errors.js @@ -1,4 +1,3 @@ -import React from 'react' import { apply, call, cancelled, put, take } from 'redux-saga/effects' import { createSubscriptionChannel } from '../utils/websocket' -- cgit