* add with-theme hoc * add dark theme styles for components * add toggle theme button to the dev demo page * add info about widget themes to README
7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
import withTheme from 'components/with-theme';
|
|
import UserId from './auth-panel__user-id';
|
|
|
|
export default withTheme(UserId);
|
|
|
|
require('./auth-panel__user-id.scss');
|