import GroceryList from './components/GroceryList'; import './App.css'; function App() { return ( <GroceryList/> ); } export default App;