repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

commit
6ae19f0
parent
8b8db0c
author
Eric Bower
date
2023-11-23 02:45:17 +0000 UTC
docs: readme
1 files changed,  +1, -1
M README.md
+1, -1
1@@ -125,7 +125,7 @@ store.dispatch(fetchUsers());
2 # example: the view
3 
4 ```tsx
5-import { useApi, useDispatch, useSelector } from "starfx/react";
6+import { useApi, useSelector } from "starfx/react";
7 import { db } from "./store.ts";
8 import { fetchUsers } from "./api.ts";
9