@procraft/widget-order
Version:
Order widget for landing
11 lines • 444 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlacesLeftStyled = void 0;
const styled_components_1 = __importDefault(require("styled-components"));
exports.PlacesLeftStyled = styled_components_1.default.div `
margin-top: 10px;
`;
//# sourceMappingURL=styles.js.map