import react from 'react'; import '../theme/background.css'; const Background: react.FC = () => { return (
); }; export default Background;