diff --git a/.env b/.env
index eb0d86e..b654964 100644
--- a/.env
+++ b/.env
@@ -1 +1 @@
-REACT_APP_API_URL=http://10.0.0.16:8080
+REACT_APP_API_URL=http://10.0.0.66:8080
diff --git a/src/components/Items.js b/src/components/Items.js
index adf1d24..71d10e8 100644
--- a/src/components/Items.js
+++ b/src/components/Items.js
@@ -8,6 +8,8 @@ import {
Button,
IconButton,
Typography,
+ Avatar, // Import Avatar for image display
+ ListItemAvatar // Import ListItemAvatar
} from '@mui/material';
import { Delete as DeleteIcon, Edit as EditIcon } from '@mui/icons-material';
import axios from 'axios';
@@ -121,6 +123,14 @@ export default function Items({ token }) {
>
}>
+
+
+