mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-15 12:03:46 +00:00
Created visitsOverview reducer test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user