create-web3-dapp
                                
                                
                                
                                    create-web3-dapp copied to clipboard
                            
                            
                            
                        initial `npm run dev` error in loading `./Navbar.module.css`
Describe the bug
After running npx create-web3-dapp@latest I am getting this error when I cd <my-project> && npm run dev for the first time
I inspected the file and the name of the module imported is wrong.
Reproducing the bug
I followed the Create Web3 Dapp Quickstart guide and at step 5 Do you want to create a smart contract?, I selected No and continued with the steps.
Solution
Renaming the file from navbar.module.css to Navbar.module.css runs the site properly