import './App.css'; import SECAPIData from "./SECAPIData"; /* App is the main react component that contains all the other maps components */ function App() { return (
); } export default App;