Forgot to export one of the classes
This commit is contained in:
parent
737dbfa1e0
commit
bc5f0a7085
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
import { BaseController } from './BaseController';
|
||||
import { ErrorController } from './ErrorController';
|
||||
|
||||
export { BaseController };
|
||||
export { BaseController, ErrorController };
|
||||
Loading…
Add table
Add a link
Reference in a new issue