commit new code

This commit is contained in:
Varun Kaushik
2025-05-28 16:33:02 +05:30
parent 183c4b9830
commit 209b32a621
23 changed files with 127 additions and 0 deletions

View File

@@ -29,7 +29,11 @@
// useEffect(() => {
// const fetchData = async () => {
// try {
<<<<<<< HEAD
// const response = await fetch('http://localhost:9292/api/extension');
=======
// const response = await fetch('http://157.66.191.31:33266/api/extension');
>>>>>>> 1c0592d (commit new code)
// const data = await response.json();
// setMenuItems(data);
// } catch (error) {