/* @component-map * App — Main container, layout shell with header * Calculator — Dog age calculator form with results * History — Saved dog pack history grid * @end-component-map */ import { Calculator } from './components/Calculator.jsx'; import { History } from './components/History.jsx'; function App() { return ( <>
Real dog age calculator