diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2019-08-19 11:36:22 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2019-08-19 11:36:22 +0300 |
commit | a2760da512e362c50900a14075fba7ebf80e1e41 (patch) | |
tree | ebfa1722a2e5ff74afe5ef2f1b6cf8803fe53b87 /readme.md | |
parent | 89de5607f177cc6541f062253ecfddef6c9f42bc (diff) |
Fix readme
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ unstated-next: import React, { useState } from 'react'; import { createContainer } from 'unstated-next'; -import { Compose } from 'unstated-next-compose'; // <--- +import { Compose } from 'provider-compose'; // <--- const useProvider1 = () => { const [a, setA] = useState(0); |