import React from 'react'; import Years from './DecadeView/Years'; export default function DecadeView(props) { function renderYears() { return ( ); } return (
{renderYears()}
); }