// @ts-nocheck
import React from 'react';

function CenterTiledPlot() {
  return <div className="center-plot" />;
}

export default CenterTiledPlot;
