import { Theme } from '../../interfaces/Theme'; const ThemePreview = (theme: Theme): JSX.Element => { return (
Theme: {theme.name}
{theme.colors.background}