Skip to content

Commit 2f65f7c

Browse files
committed
Clean up middleware
1 parent 627112e commit 2f65f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/models/middleware.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { State } from "./state";
2-
import { Dispatch } from "react";
1+
import { State } from './state';
2+
import { Dispatch } from 'react';
33

44
export type Middleware<T, A> = (state: State<T>, dispatch: Dispatch<A>, action: A) => void;

0 commit comments

Comments
 (0)