import themes from 'shared/themes/index.js' import ThemeIcon from 'shared/components/icons/theme.js' const ThemePicker = ({ app, className='' }) => { return (
Theme: {app.theme}
) } export default ThemePicker