idealista-enhancer/src/ButtonClass.js
Jorge Bolois Guerrero 6de714b445 Adding 50% price.
Some refactor and minor improvements.
2022-07-09 13:30:30 +02:00

5 lines
97 B
JavaScript

export default class ButtonClass {
static IDEALISTA_BUTTON_CLASS = 'btn regular smaller';
}