used the new named UserRouter in app.ts

Signed-off-by: Philip Molares <philip.molares@udo.edu>
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
Philip Molares 2020-04-13 11:36:23 +02:00 committed by David Mehren
parent ef6632cac9
commit 3b7bab47be
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB
2 changed files with 4 additions and 3 deletions

View file

@ -3,5 +3,6 @@ import { HistoryRouter } from './historyRouter'
import { ImageRouter } from './imageRouter'
import { NoteRouter } from './note/router'
import { StatusRouter } from './statusRouter'
import { UserRouter } from './userRouter'
export { BaseRouter, HistoryRouter, ImageRouter, NoteRouter, StatusRouter }
export { BaseRouter, HistoryRouter, ImageRouter, NoteRouter, StatusRouter, UserRouter }