1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-06 09:19:38 +02:00

Replace react-custom-scrollbars

This commit is contained in:
Mark McDowall
2022-11-13 17:54:35 -08:00
parent 8c1fb31b5d
commit 1c6c9a7960
3 changed files with 6 additions and 6 deletions

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';