From 25953a46454f56dbce4f81fce37d91bed4d163d6 Mon Sep 17 00:00:00 2001 From: Asaph Date: Thu, 11 Sep 2025 10:52:14 +0530 Subject: [PATCH] test q --- Demo/test1.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Demo/test1.js diff --git a/Demo/test1.js b/Demo/test1.js new file mode 100644 index 0000000..e5aca5e --- /dev/null +++ b/Demo/test1.js @@ -0,0 +1,7 @@ +import React from "react"; + +const test1 = () => { + return
test1
; +}; + +export default test1;