Created visitsOverview reducer test

This commit is contained in:
Alejandro Celaya
2020-12-07 19:19:37 +01:00
parent a0ec3c0293
commit 9b30a82a79
2 changed files with 79 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ export interface VisitsOverview {
error: boolean;
}
type GetVisitsOverviewAction = ShlinkVisitsOverview & Action<string>;
export type GetVisitsOverviewAction = ShlinkVisitsOverview & Action<string>;
const initialState: VisitsOverview = {
visitsCount: 0,