import Murmurations from './components/Murmurations';
import './App.css';
function App() {
return <Murmurations />;
}
export default App;