1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Remove unneeded include

This commit is contained in:
Daniel Barber 2018-04-08 21:38:51 -04:00
parent 4d7b3e158f
commit 6a72e5f404
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -6,7 +6,6 @@ import "phoenix_html";
import React from "react";
import ReactDOM from "react-dom";
import { createStore } from "redux";
import { Provider } from "react-redux";
import Channel from "./services/channel";