export const messages = {
  getNoModuleFoundMessage: (path: string, oError: any) =>
    `Could not find any module files in pathe "${path}". Reason: ${oError}`,
  getSelectModuleMessage: () => `Select the module you want to use`,
};
