3 lines
184 B
TypeScript
3 lines
184 B
TypeScript
/** We export the controller since it's the main entry point for this operation in the app */
|
|
export { checkIfUserHasFeatureController } from "./check-if-user-has-feature.controller";
|