mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-24 09:25:15 +00:00
14 lines
247 B
JavaScript
14 lines
247 B
JavaScript
|
"use strict";
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
exports.default = void 0;
|
||
|
|
||
|
class CssDependencyTemplate {
|
||
|
// eslint-disable-next-line class-methods-use-this
|
||
|
apply() {}
|
||
|
|
||
|
}
|
||
|
|
||
|
exports.default = CssDependencyTemplate;
|