fix: removed duplicate folder
Summary
- Added/updated the Codonix frontend setup.
- Verified required dependencies for routing, animations, and carousel UI and the Vite production build completes successfully.
Changes
- Added
react-router-domfor app routing. - Added
framer-motionfor page/card animations. - Added
swiperfor carousel components. - Updated
package-lock.jsonafter dependency installation.
Verification
- Ran
npm install - Ran
npm run buildsuccessfully