import LogisticsView from './pages/LogisticsView'; import './App.css'; function App() { return (
); } export default App;