import React from 'react'; /** Gradient that appears in the background of the UI. */ const BackgroundShapes: React.FC = () => (
); export default BackgroundShapes;