import React, { useState } from 'react'; const PreviewTheme = ({ config }) => { const {bgColor } = config; const [image, setImage] = useState() return (