@r3l/app
Version:
11 lines (10 loc) • 327 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.smallScreenWidth = exports.mediumScreenWidth = void 0;
var mediumScreenWidth = 746;
exports.mediumScreenWidth = mediumScreenWidth;
var smallScreenWidth = 576;
exports.smallScreenWidth = smallScreenWidth;
//# sourceMappingURL=screens.js.map