From d93a7d224916a59fa734eadc572fcf8c0eb480a0 Mon Sep 17 00:00:00 2001 From: Rajesh Reddy Bejadi <64033035+BejadiRajeshReddy@users.noreply.github.com> Date: Tue, 11 Feb 2025 10:20:48 +0530 Subject: [PATCH] Update App.jsx --- 01. Fundamentals/02. JSX/live coding/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01. Fundamentals/02. JSX/live coding/src/App.jsx b/01. Fundamentals/02. JSX/live coding/src/App.jsx index 3ce847c..86383fc 100644 --- a/01. Fundamentals/02. JSX/live coding/src/App.jsx +++ b/01. Fundamentals/02. JSX/live coding/src/App.jsx @@ -13,7 +13,7 @@ const App = () => { export default App; // ------------------------------------ -// Go to babel 👇 and past your code and checkout the result. +// Go to babel 👇 and paste your code and checkout the result. // https://babeljs.io/repl // import React from "react";