mirror of
https://github.com/seigler/presentation-react-state-management
synced 2025-07-28 01:56:10 +00:00
typo & prettier
This commit is contained in:
parent
4d52a58af7
commit
3c12c945c7
4 changed files with 73 additions and 63 deletions
|
@ -1,11 +1,11 @@
|
|||
import { UseState } from "./useState";
|
||||
import { UseReducer } from "./useReducer";
|
||||
import { UseContext } from "./useContext";
|
||||
import { UseSignal } from "./useSignal";
|
||||
import { UseState } from './useState'
|
||||
import { UseReducer } from './useReducer'
|
||||
import { UseContext } from './useContext'
|
||||
import { UseSignal } from './useSignal'
|
||||
|
||||
export const strategies = [
|
||||
{ name: 'useState', component: UseState },
|
||||
{ name: 'useReducer', component: UseReducer },
|
||||
{ name: 'useContext', component: UseContext },
|
||||
{ name: 'useSignal', component: UseSignal },
|
||||
{ name: 'useSignal', component: UseSignal }
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue