ncolex's picture
Deploy BrowserPilot with NumPy fix (2.2.6)
c1f04cf verified
raw
history blame contribute delete
179 Bytes
import React from 'react';
import { BrowserPilotDashboard } from './components/BrowserPilotDashboard';
function App() {
return <BrowserPilotDashboard />;
}
export default App;