// DataDashboard ~~ MIT License
// About Info

const aboutInfo = {
   paragraphs: [
      'DataDashboard provides examples of creating charts and tables from REST calls, and it aims to be a reference architecture for building data-driven dashboard consoles composed of report widgets.',
      ],
   };

export { aboutInfo };
