Warnings cleanup (#1389)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net> Co-authored-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import React, { Fragment, ReactElement, useState } from "react";
|
||||
import React, { Fragment, ReactElement } from "react";
|
||||
import { FixedSizeList as List } from "react-window";
|
||||
import InfiniteLoader from "react-window-infinite-loader";
|
||||
import { AutoSizer } from "react-virtualized";
|
||||
|
||||
@@ -46,7 +46,6 @@ import AButton from "../../Common/AButton/AButton";
|
||||
|
||||
import withSuspense from "../../Common/Components/withSuspense";
|
||||
import VirtualizedList from "../../Common/VirtualizedList/VirtualizedList";
|
||||
import BucketListItem from "../../Buckets/ListBuckets/BucketListItem";
|
||||
|
||||
const CredentialsPrompt = withSuspense(
|
||||
React.lazy(() => import("../../Common/CredentialsPrompt/CredentialsPrompt"))
|
||||
|
||||
Reference in New Issue
Block a user