Skip to content

Commit cc54e43

Browse files
committed
docs (readme): remove unnecessary import from easyStore example
1 parent 0b0bc7b commit cc54e43

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
<div style="text-align: center;">
2-
31
# React Easy State
42

53
[![CircleCI](https://circleci.com/gh/solkimicreb/react-easy-state/tree/master.svg?style=shield)](https://circleci.com/gh/solkimicreb/react-easy-state/tree/master) [![Coverage Status](https://coveralls.io/repos/github/solkimicreb/react-easy-state/badge.svg)](https://coveralls.io/github/solkimicreb/react-easy-state) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![Version](https://img.shields.io/npm/v/react-easy-state.svg)](https://www.npmjs.com/package/react-easy-state) [![License](https://img.shields.io/npm/l/react-easy-state.svg)](https://www.npmjs.com/package/react-easy-state)
64

75
*Easy State provides a healthy balance of local and global state management in a simple, scalable way.*
86

9-
</div>
10-
117
## Table of contents
128

139
- [Installation](#installation)
@@ -101,7 +97,7 @@ As a result the state is always fresh and a stable and a fresh view is always ac
10197
- It binds your object's methods to the object.
10298

10399
```js
104-
import React, { Component } from 'react'
100+
import React from 'react'
105101
import { easyComp, easyStore } from 'react-easy-state'
106102

107103
// this creates a global state store

0 commit comments

Comments
 (0)