diff --git a/02_ProjectOrientedSessions/Session07/Session07 Frontend.md b/02_ProjectOrientedSessions/Session07/Session07 Frontend.md index 5d2fd3d..b1eee30 100644 --- a/02_ProjectOrientedSessions/Session07/Session07 Frontend.md +++ b/02_ProjectOrientedSessions/Session07/Session07 Frontend.md @@ -368,7 +368,7 @@ interface LoginModalProps { ## 🔹 Component Setup ```tsx -const LoginModal: React.FC = ({ onClose }) => { +const LoginModal: React.FC = ({ onClose }) => { ... }; ``` Defines a functional React component with the `onClose` prop destructured.