Spaces:
Runtime error
Runtime error
| import React from 'react'; | |
| import { BrowserPilotDashboard } from './components/BrowserPilotDashboard'; | |
| function App() { | |
| return <BrowserPilotDashboard />; | |
| } | |
| export default App; |