removed AuthProvider

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-12 21:07:26 +02:00 committed by David Mehren
parent c49039c48c
commit a36c36d86a
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB
2 changed files with 3 additions and 4 deletions

View file

@ -1,8 +1,7 @@
import { AuthRouter } from './auth'
import { BaseRouter } from './baseRouter'
import { HistoryRouter } from './historyRouter'
import { ImageRouter } from './imageRouter'
import { NoteRouter } from './note/router'
import { StatusRouter } from './statusRouter'
export { AuthRouter, BaseRouter, HistoryRouter, ImageRouter, NoteRouter, StatusRouter }
export { BaseRouter, HistoryRouter, ImageRouter, NoteRouter, StatusRouter }