/* global React, Analytics */

function Dashboard() {
  return <Analytics />;
}

window.Dashboard = Dashboard;
