Package and Installer Updates

This commit is contained in:
Qstick 2022-04-13 21:08:14 -05:00
parent 8990b35d86
commit 4dd0b49dbc
48 changed files with 1790 additions and 1986 deletions

View file

@ -36,7 +36,8 @@ function ModalError(props) {
Close
</Button>
</ModalFooter>
</ModalContent>);
</ModalContent>
);
}
ModalError.propTypes = {

View file

@ -1,6 +1,6 @@
import PropTypes from 'prop-types';
import React, { Component } from 'react';
import { Scrollbars } from 'react-custom-scrollbars';
import { Scrollbars } from 'react-custom-scrollbars-2';
import { scrollDirections } from 'Helpers/Props';
import styles from './OverlayScroller.css';