This commit is contained in:
riskiran
2025-05-28 17:27:33 +05:30
parent 209b32a621
commit 18231c4f44
22 changed files with 0 additions and 112 deletions

View File

@@ -29,11 +29,7 @@
// 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) {