import SimpleTable from "./components/SimpleTable"; import './App.css'; function App() { return (
); } export default App;