Refactor react-tiny-virtual-list (#159023)

## Summary

`react-tiny-virtual-list ` wasn't updated for over 5 years 🤯
This commit is contained in:
Patryk Kopyciński 2023-06-12 17:20:16 +02:00 committed by GitHub
parent 015ae200e2
commit daf81aae39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 128 additions and 156 deletions

View file

@ -1,10 +0,0 @@
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0 and the Server Side Public License, v 1; you may not use this file except
* in compliance with, at your election, the Elastic License 2.0 or the Server
* Side Public License, v 1.
*/
// eslint-disable-next-line import/no-default-export
export default ResizeObserver;