import React from 'react'; import { BrowserPilotDashboard } from './components/BrowserPilotDashboard'; function App() { return ; } export default App;