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