import { WalletProvider } from "./contexts/WalletContext"; import { WalletConnect } from "./components/WalletConnect"; function App() { return (

🚀 Movement dApp

Built with Movement Kit

Getting Started

Connect your wallet to interact with the Movement blockchain.

); } export default App;