forked from M-Labs/web2019
7 lines
131 B
JavaScript
7 lines
131 B
JavaScript
import React from 'react';
|
|
|
|
export function GradientBottom() {
|
|
return (
|
|
<div className="gradient-bottom"></div>
|
|
)
|
|
} |