import react from 'react' import header from '../header' export const Leaderboard: react.FC = () => { return
{header}
}