import './App.css'; import React from 'react'; import Layout from './Component/Layout'; function App() { return (
); } export default App;