mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-06 16:12:19 +00:00
10 lines
No EOL
163 B
JavaScript
10 lines
No EOL
163 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = createStyles;
|
|
|
|
function createStyles(styles) {
|
|
return styles;
|
|
} |