mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-25 01:45:15 +00:00
3 lines
135 B
JavaScript
3 lines
135 B
JavaScript
|
// We use the same empty object to ref count the styles that don't need a theme object.
|
||
|
const noopTheme = {};
|
||
|
export default noopTheme;
|