From 24e9c466670b7d8b858ab96b20d73f946c5b0d88 Mon Sep 17 00:00:00 2001 From: Amin <69254513+AminGh05@users.noreply.github.com> Date: Sat, 7 Jun 2025 00:11:34 +0330 Subject: [PATCH] Update Session07 Frontend.md fixed minor bugs --- 02_ProjectOrientedSessions/Session07/Session07 Frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.