export default function DocsPagination({ prev = '', next = '' }) { return (
{prev && ( Prev )} {next && ( Next Lesson )}
); }