import { CabloyApplication } from '@cabloy/core';

export const config = (_app: CabloyApplication) => {
  return {};
};
