From 30e8f162e566ce60867f49f8959113e812d133f8 Mon Sep 17 00:00:00 2001 From: Asaph Date: Mon, 1 Sep 2025 12:00:19 +0530 Subject: [PATCH] Demo --- GIT_ASSIGNMENT.md | 2 ++ demo.js | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 demo.js diff --git a/GIT_ASSIGNMENT.md b/GIT_ASSIGNMENT.md index 5499e81..6de3480 100644 --- a/GIT_ASSIGNMENT.md +++ b/GIT_ASSIGNMENT.md @@ -67,4 +67,6 @@ ![alt text](image-14.png) +![alt text](image-15.png) + ## Checking Remote diff --git a/demo.js b/demo.js new file mode 100644 index 0000000..1422a42 --- /dev/null +++ b/demo.js @@ -0,0 +1,7 @@ +import React from "react"; + +const demo = () => { + return
demo
; +}; + +export default demo;