diff --git a/src/pages/addItemPage/index.jsx b/src/pages/addItemPage/index.jsx
index 0ac346c..a5395dd 100644
--- a/src/pages/addItemPage/index.jsx
+++ b/src/pages/addItemPage/index.jsx
@@ -1,9 +1,8 @@
+import Button from "@/components/button/Button";
import React, { useState, useRef } from "react";
import { BiSolidDownArrow } from "react-icons/bi";
export default function Index() {
- const clothes = "whatever";
- const place = "whatever";
const [selectedPhotos, setSelectedPhotos] = useState([]);
const [deleteIndices, setDeleteIndices] = useState([]);
const fileInputRef = useRef(null);
@@ -55,42 +54,95 @@ export default function Index() {
htmlFor='category'
className='text-sm font-medium'
>
- Category