move store to shared

This commit is contained in:
Shin'ya Ueoka 2017-10-08 15:11:09 +09:00
parent 39fb540037
commit 2faf44af74
6 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
import { expect } from "chai";
import { createStore } from 'store';
import { createStore } from 'shared/store';
describe("Store class", () => {
const reducer = (state, action) => {