diff --git a/e2e/clients/dashboard-react/App.jsx b/e2e/clients/dashboard-react/App.jsx
deleted file mode 100644
index 5dd8a680f3..0000000000
--- a/e2e/clients/dashboard-react/App.jsx
+++ /dev/null
@@ -1,19 +0,0 @@
-/* eslint-disable react/react-in-jsx-scope */
-import Uppy from '@uppy/core'
-// eslint-disable-next-line no-unused-vars
-import React from 'react'
-import { Dashboard } from '@uppy/react'
-
-import '@uppy/core/dist/style.css'
-import '@uppy/dashboard/dist/style.css'
-
-export default App
-
-function App () {
- // Ideally we test with the `useUppy` hook,
- // as that's how it should be used.
- // But that results in breaking the rules of hooks errors?
- const uppy = new Uppy()
-
- return