import React from 'react'; import { EstimationPanel } from './EstimationPanel'; export function Dashboard() { return (
); }