This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Description
I am working on GETTING STARTED WITH DRIZZLE AND REACT and in step Set Up the Store. localhost:3000 opened correctly, but whenever I add a given code to client/src/index.js, error below comes up.
Failed to compile.
./src/index.js
Module not found: Can't resolve 'drizzle' in '/Users/****/drizzle-react-tutorial/client/src'
The code is

I am not sure why this error appears. Please help!
Thanks!