mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
7 lines
257 B
JavaScript
7 lines
257 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.RemoveScroll = void 0;
|
|
var tslib_1 = require("tslib");
|
|
var Combination_1 = tslib_1.__importDefault(require("./Combination"));
|
|
exports.RemoveScroll = Combination_1.default;
|