export function withErrorOverlay(Comp: any) {
  return Comp;
}
