From 6c3f96d9a392b0db79ffe2db6b2524d97afd7837 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 14 Sep 2025 22:25:13 -0400 Subject: [PATCH] config url --- .../product/settingsTab/URLConfiguration.jsx | 28 +++++++++++++++++-- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/src/component/product/settingsTab/URLConfiguration.jsx b/src/component/product/settingsTab/URLConfiguration.jsx index 440bbf2..5a9876b 100644 --- a/src/component/product/settingsTab/URLConfiguration.jsx +++ b/src/component/product/settingsTab/URLConfiguration.jsx @@ -1,8 +1,30 @@ +const URLConfiguration = () => { + return <> +
+
+
+

URL Configuration

+
+
+
+
+
+
+

Default URL

+

+ https://127476.devprov.mermsemr.com +

+

+ Aww yeah, you successfully read this import.

+
+
-const URLConfiguration=()=>{ +
+
+
- return <>URL CONFIG + } -export default URLConfiguration \ No newline at end of file +export default URLConfiguration \ No newline at end of file