fix(frontend): correct logo import and component imports
📌 Description
🔗 Lien vers l'issue
✅ Type de changement
-
Feature (nouvelle fonctionnalité) -
Fix (correction de bug) -
Refactor (pas de changement fonctionnel) -
Docs (documentation) -
Chore (maintenance technique) -
Hotfix (urgence)
🧪 Comment tester
✅ Checklist
-
Tests unitaires ajoutés/mis à jour -
Documentation mise à jour -
Pipeline CI vert -
Relu par un reviewer
👥 Reviewers requis
-
Backend (@azra, @soheil) -
Frontend (@mohamed, @yigit) -
Sécurité (@linda, @massi) -
BDD (@elhadj)
🚨 Impact potentiel
-
Breaking change -
Performance -
Sécurité
Fix frontend imports
This merge request fixes several frontend import issues that were causing the build to fail.
Changes:
- Corrected logo import in PokerTable component
- Fixed Login and Register imports in App.tsx
- Verified that the frontend builds successfully (
npm run build)
The project now compiles correctly and the CI pipeline should pass.
Edited by AGUECH OMAR