uppy/e2e/clients/react/index.html
Merlijn Vos d42badf995
Support React 18 in @uppy/react (#3680)
* Support React 18
* Remove unit tests
* Create e2e tests

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-05-04 17:38:08 +02:00

11 lines
225 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>dashboard-react</title>
<script defer type="module" src="index.jsx"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>