Skip to content

Commit

Permalink
Update store.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
morewings authored May 17, 2024
1 parent a3e6f08 commit c3db1a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/state/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,3 @@ export const makeStore = () => {
export type AppStore = ReturnType<typeof makeStore>;
// Infer the `AppDispatch` type from the store itself
export type AppDispatch = AppStore['dispatch'];
export type AppThunk<ThunkReturnType = void> = ThunkAction<
ThunkReturnType,
RootState,
unknown,
Action
>;

0 comments on commit c3db1a6

Please sign in to comment.