diff --git a/APP.md b/APP.md index 842fa68d6..db6c174ac 100644 --- a/APP.md +++ b/APP.md @@ -37,7 +37,7 @@ import { import { clusterApiUrl } from '@solana/web3.js'; // Default styles that can be overridden by your app -require('@solana/wallet-adapter-react-ui/styles.css'); +import '@solana/wallet-adapter-react-ui/styles.css'; export const Wallet: FC = () => { // The network can be set to 'devnet', 'testnet', or 'mainnet-beta'.