mirror of
https://github.com/transloadit/uppy.git
synced 2026-08-01 06:21:35 +00:00
* Support React 18 * Remove unit tests * Create e2e tests Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
11 lines
225 B
HTML
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>
|