Created components and reducer to handle non-orphan visits

This commit is contained in:
Alejandro Celaya
2022-02-05 13:53:07 +01:00
parent 0608d3cf19
commit 4a80f224d8
6 changed files with 162 additions and 4 deletions

View File

@@ -41,6 +41,7 @@ const provideServices = (bottle: Bottle, connect: ConnectDecorator, withRouter:
'ShortUrlVisits',
'TagVisits',
'OrphanVisits',
'NonOrphanVisits',
'ServerError',
'Overview',
'EditShortUrl',