Forgot to export one of the classes

This commit is contained in:
Alan Bridgeman 2025-04-30 17:21:20 -05:00
parent 737dbfa1e0
commit bc5f0a7085

View file

@ -1,3 +1,4 @@
import { BaseController } from './BaseController';
import { ErrorController } from './ErrorController';
export { BaseController };
export { BaseController, ErrorController };