import React from 'react';
export function GradientBottom() {
return (
<div className="gradient-bottom"></div>
)
}