diff --git a/public/assets/images/common/btn_edit.svg b/public/assets/images/common/btn_edit.svg
new file mode 100644
index 0000000..c2db46c
--- /dev/null
+++ b/public/assets/images/common/btn_edit.svg
@@ -0,0 +1,4 @@
+
diff --git a/src/app/inputcommon/page.tsx b/src/app/inputcommon/page.tsx
index 8e680fc..0de8310 100644
--- a/src/app/inputcommon/page.tsx
+++ b/src/app/inputcommon/page.tsx
@@ -50,6 +50,7 @@ export default function InputCommonPage() {
+
diff --git a/src/app/main/page.tsx b/src/app/main/page.tsx
index 1394195..26ce6d3 100644
--- a/src/app/main/page.tsx
+++ b/src/app/main/page.tsx
@@ -13,6 +13,7 @@ export default function MainPage(){
+ {/* 회원정보 팝업 */}
>
)
diff --git a/src/app/saledetail/page.tsx b/src/app/saledetail/page.tsx
new file mode 100644
index 0000000..c07ea1e
--- /dev/null
+++ b/src/app/saledetail/page.tsx
@@ -0,0 +1,16 @@
+import Footer from "@/components/layouts/Footer";
+import Header from "@/components/layouts/Header";
+
+export default function SaleDetailPage(){
+ return(
+
+
+
+
+
+
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/src/app/salelist/page.tsx b/src/app/salelist/page.tsx
new file mode 100644
index 0000000..1785fa6
--- /dev/null
+++ b/src/app/salelist/page.tsx
@@ -0,0 +1,19 @@
+import Footer from "@/components/layouts/Footer";
+import Header from "@/components/layouts/Header";
+import SaleListForm from "@/components/sale/salelist/SaleListForm";
+import SaleListTable from "@/components/sale/salelist/SaleListTable";
+
+export default function SaleListPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/src/components/PublishList/PublishList.tsx b/src/components/PublishList/PublishList.tsx
index d78154f..3c616c2 100644
--- a/src/components/PublishList/PublishList.tsx
+++ b/src/components/PublishList/PublishList.tsx
@@ -49,19 +49,7 @@ export default function PublishList (){
Login
Login Page
- Login.tsx
-
-
-
-
-
-
-
-
-
Main
-
Main Page
-
- Main.tsx
+ LoginPage.tsx
@@ -69,6 +57,43 @@ export default function PublishList (){
2025/04/28
+
+
Main
+
Main Page
+
+ MainPage.tsx
+
+
+ 회원정보 팝업 포함
+
+
+
+
+
2025/04/29
+
+
+
매물
+
매물 목록
+
+ SaleListPage.tsx
+
+
+
+
+
+
2025/04/29
+
+
+
매물 상세
+
+ SaleDetailPage.tsx
+
+
+
+
+
+
2025/04/29
+
diff --git a/src/components/sale/salelist/SaleListForm.tsx b/src/components/sale/salelist/SaleListForm.tsx
new file mode 100644
index 0000000..c79d1c4
--- /dev/null
+++ b/src/components/sale/salelist/SaleListForm.tsx
@@ -0,0 +1,39 @@
+export default function SaleListForm(){
+ return(
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/src/components/sale/salelist/SaleListTable.tsx b/src/components/sale/salelist/SaleListTable.tsx
new file mode 100644
index 0000000..9da33f3
--- /dev/null
+++ b/src/components/sale/salelist/SaleListTable.tsx
@@ -0,0 +1,27 @@
+export default function SaleListTable(){
+ return(
+