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