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