mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-24 09:25:15 +00:00
10 lines
267 B
JavaScript
10 lines
267 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
// We use the same empty object to ref count the styles that don't need a theme object.
|
|
var noopTheme = {};
|
|
var _default = noopTheme;
|
|
exports.default = _default; |