Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[김유미] sprint 5 #616

Merged
merged 15 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage

# next.js
/.next/
# /.next/
/out/

# production
/build
# /build

# misc
.DS_Store
Expand Down
1 change: 1 addition & 0 deletions .next/BUILD_ID
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rkVgzbahrcup9DS6NbRld
106 changes: 106 additions & 0 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
{
"polyfillFiles": [
"static/chunks/polyfills-78c92fac7aa8fdd8.js"
],
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/rkVgzbahrcup9DS6NbRld/_buildManifest.js",
"static/rkVgzbahrcup9DS6NbRld/_ssgManifest.js"
],
"rootMainFiles": [],
"pages": {
"/": [
"static/chunks/webpack-8fa1640cc84ba8fe.js",
"static/chunks/framework-ecc4130bc7a58a64.js",
"static/chunks/main-48a2be0192cdda09.js",
"static/chunks/61-6681398f39e46a85.js",
"static/css/85002dcf545fab59.css",
"static/chunks/pages/index-443669e28dd5127f.js"
],
"/_app": [
"static/chunks/webpack-8fa1640cc84ba8fe.js",
"static/chunks/framework-ecc4130bc7a58a64.js",
"static/chunks/main-48a2be0192cdda09.js",
"static/css/84adfd8cb4d32c1b.css",
"static/chunks/pages/_app-4ebb6f7f54a068ee.js"
],
"/_error": [
"static/chunks/webpack-8fa1640cc84ba8fe.js",
"static/chunks/framework-ecc4130bc7a58a64.js",
"static/chunks/main-48a2be0192cdda09.js",
"static/chunks/pages/_error-77823ddac6993d35.js"
],
"/additem": [
"static/chunks/webpack-8fa1640cc84ba8fe.js",
"static/chunks/framework-ecc4130bc7a58a64.js",
"static/chunks/main-48a2be0192cdda09.js",
"static/chunks/61-6681398f39e46a85.js",
"static/css/85002dcf545fab59.css",
"static/chunks/pages/additem-1ef4a668c9674047.js"
],
"/components/Button": [
"static/chunks/webpack-8fa1640cc84ba8fe.js",
"static/chunks/framework-ecc4130bc7a58a64.js",
"static/chunks/main-48a2be0192cdda09.js",
"static/css/85002dcf545fab59.css",
"static/chunks/pages/components/Button-37805d7a9d2ba4d6.js"
],
"/components/Header": [
"static/chunks/webpack-8fa1640cc84ba8fe.js",
"static/chunks/framework-ecc4130bc7a58a64.js",
"static/chunks/main-48a2be0192cdda09.js",
"static/chunks/61-6681398f39e46a85.js",
"static/css/85002dcf545fab59.css",
"static/chunks/pages/components/Header-3eec192bbec3283e.js"
],
"/components/Paginate": [
"static/chunks/webpack-8fa1640cc84ba8fe.js",
"static/chunks/framework-ecc4130bc7a58a64.js",
"static/chunks/main-48a2be0192cdda09.js",
"static/css/85002dcf545fab59.css",
"static/chunks/pages/components/Paginate-e16247ad3d5ca576.js"
],
"/items": [
"static/chunks/webpack-8fa1640cc84ba8fe.js",
"static/chunks/framework-ecc4130bc7a58a64.js",
"static/chunks/main-48a2be0192cdda09.js",
"static/chunks/737a5600-a6b58360031b737c.js",
"static/chunks/61-6681398f39e46a85.js",
"static/chunks/66-fc35f5556fbd0381.js",
"static/css/85002dcf545fab59.css",
"static/chunks/pages/items-3b48fe94ec5299eb.js"
],
"/login": [
"static/chunks/webpack-8fa1640cc84ba8fe.js",
"static/chunks/framework-ecc4130bc7a58a64.js",
"static/chunks/main-48a2be0192cdda09.js",
"static/chunks/61-6681398f39e46a85.js",
"static/css/85002dcf545fab59.css",
"static/chunks/pages/login-a891bc8ef184dc24.js"
],
"/services/GetAllItem": [
"static/chunks/webpack-8fa1640cc84ba8fe.js",
"static/chunks/framework-ecc4130bc7a58a64.js",
"static/chunks/main-48a2be0192cdda09.js",
"static/chunks/66-fc35f5556fbd0381.js",
"static/chunks/pages/services/GetAllItem-79ab5f4afbc7ff65.js"
],
"/services/GetBestItem": [
"static/chunks/webpack-8fa1640cc84ba8fe.js",
"static/chunks/framework-ecc4130bc7a58a64.js",
"static/chunks/main-48a2be0192cdda09.js",
"static/chunks/66-fc35f5556fbd0381.js",
"static/chunks/pages/services/GetBestItem-3918b6d96e47f9d5.js"
],
"/signup": [
"static/chunks/webpack-8fa1640cc84ba8fe.js",
"static/chunks/framework-ecc4130bc7a58a64.js",
"static/chunks/main-48a2be0192cdda09.js",
"static/chunks/61-6681398f39e46a85.js",
"static/css/85002dcf545fab59.css",
"static/chunks/pages/signup-554fa138edd02214.js"
]
},
"ampFirstPages": []
}
1 change: 1 addition & 0 deletions .next/cache/eslint/.cache_13les28
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\additem.tsx":"1","C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\components\\Button.tsx":"2","C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\components\\Header.tsx":"3","C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\components\\Paginate.tsx":"4","C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\index.tsx":"5","C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\items.tsx":"6","C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\login.tsx":"7","C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\services\\GetAllItem.tsx":"8","C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\services\\GetBestItem.tsx":"9","C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\signup.tsx":"10","C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\_app.tsx":"11","C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\_document.tsx":"12"},{"size":1601,"mtime":1717523596835,"results":"13","hashOfConfig":"14"},{"size":385,"mtime":1717522560746,"results":"15","hashOfConfig":"14"},{"size":711,"mtime":1717523490407,"results":"16","hashOfConfig":"14"},{"size":1396,"mtime":1717509837475,"results":"17","hashOfConfig":"14"},{"size":3849,"mtime":1717691664296,"results":"18","hashOfConfig":"14"},{"size":5212,"mtime":1717523500450,"results":"19","hashOfConfig":"14"},{"size":3618,"mtime":1717263638511,"results":"20","hashOfConfig":"14"},{"size":431,"mtime":1717513219357,"results":"21","hashOfConfig":"14"},{"size":340,"mtime":1717513220287,"results":"22","hashOfConfig":"14"},{"size":5144,"mtime":1717263679664,"results":"23","hashOfConfig":"14"},{"size":182,"mtime":1717232815983,"results":"24","hashOfConfig":"14"},{"size":233,"mtime":1717225684034,"results":"25","hashOfConfig":"14"},{"filePath":"26","messages":"27","suppressedMessages":"28","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"t1pp8u",{"filePath":"29","messages":"30","suppressedMessages":"31","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"32","messages":"33","suppressedMessages":"34","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"35","messages":"36","suppressedMessages":"37","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"38","messages":"39","suppressedMessages":"40","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"41","messages":"42","suppressedMessages":"43","errorCount":0,"fatalErrorCount":0,"warningCount":3,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"44","messages":"45","suppressedMessages":"46","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"47","messages":"48","suppressedMessages":"49","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"50","messages":"51","suppressedMessages":"52","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"53","messages":"54","suppressedMessages":"55","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"56","messages":"57","suppressedMessages":"58","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"59","messages":"60","suppressedMessages":"61","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\additem.tsx",[],[],"C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\components\\Button.tsx",[],[],"C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\components\\Header.tsx",[],[],"C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\components\\Paginate.tsx",[],[],"C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\index.tsx",[],[],"C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\items.tsx",["62","63","64"],[],"C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\login.tsx",[],[],"C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\services\\GetAllItem.tsx",[],[],"C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\services\\GetBestItem.tsx",[],[],"C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\signup.tsx",[],[],"C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\_app.tsx",[],[],"C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\pages\\_document.tsx",[],[],{"ruleId":"65","severity":1,"message":"66","line":54,"column":6,"nodeType":"67","endLine":54,"endColumn":25,"suggestions":"68"},{"ruleId":"69","severity":1,"message":"70","line":88,"column":21,"nodeType":"71","endLine":88,"endColumn":61},{"ruleId":"69","severity":1,"message":"70","line":132,"column":21,"nodeType":"71","endLine":132,"endColumn":61},"react-hooks/exhaustive-deps","React Hook useEffect has a missing dependency: 'handleAllItems'. Either include it or remove the dependency array.","ArrayExpression",["72"],"@next/next/no-img-element","Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element","JSXOpeningElement",{"desc":"73","fix":"74"},"Update the dependencies array to be: [currentPage, handleAllItems, sort]",{"range":"75","text":"76"},[1626,1645],"[currentPage, handleAllItems, sort]"]
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/client-development/0.pack.gz
Binary file not shown.
Binary file added .next/cache/webpack/client-development/1.pack.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/client-production/0.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-production/1.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-production/2.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-production/index.pack
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/edge-server-production/0.pack
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/server-development/0.pack.gz
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/server-production/0.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-production/1.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-production/2.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-production/index.pack
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions .next/export-detail.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1,"outDirectory":"C:\\Users\\Yumee\\OneDrive\\바탕 화면\\sprint\\sprintmission\\6-Sprint-Mission\\.next\\export","success":false}
1 change: 1 addition & 0 deletions .next/export/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="ko"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><link rel="preload" href="/_next/static/css/84adfd8cb4d32c1b.css" as="style"/><link rel="stylesheet" href="/_next/static/css/84adfd8cb4d32c1b.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js"></script><script src="/_next/static/chunks/webpack-8fa1640cc84ba8fe.js" defer=""></script><script src="/_next/static/chunks/framework-ecc4130bc7a58a64.js" defer=""></script><script src="/_next/static/chunks/main-48a2be0192cdda09.js" defer=""></script><script src="/_next/static/chunks/pages/_app-4ebb6f7f54a068ee.js" defer=""></script><script src="/_next/static/chunks/pages/_error-77823ddac6993d35.js" defer=""></script><script src="/_next/static/rkVgzbahrcup9DS6NbRld/_buildManifest.js" defer=""></script><script src="/_next/static/rkVgzbahrcup9DS6NbRld/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">This page could not be found<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"rkVgzbahrcup9DS6NbRld","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
1 change: 1 addition & 0 deletions .next/export/500.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="ko"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>500: Internal Server Error</title><meta name="next-head-count" content="3"/><link rel="preload" href="/_next/static/css/84adfd8cb4d32c1b.css" as="style"/><link rel="stylesheet" href="/_next/static/css/84adfd8cb4d32c1b.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js"></script><script src="/_next/static/chunks/webpack-8fa1640cc84ba8fe.js" defer=""></script><script src="/_next/static/chunks/framework-ecc4130bc7a58a64.js" defer=""></script><script src="/_next/static/chunks/main-48a2be0192cdda09.js" defer=""></script><script src="/_next/static/chunks/pages/_app-4ebb6f7f54a068ee.js" defer=""></script><script src="/_next/static/chunks/pages/_error-77823ddac6993d35.js" defer=""></script><script src="/_next/static/rkVgzbahrcup9DS6NbRld/_buildManifest.js" defer=""></script><script src="/_next/static/rkVgzbahrcup9DS6NbRld/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"rkVgzbahrcup9DS6NbRld","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
1 change: 1 addition & 0 deletions .next/export/additem.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="ko"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="2"/><link rel="preload" href="/_next/static/css/84adfd8cb4d32c1b.css" as="style"/><link rel="stylesheet" href="/_next/static/css/84adfd8cb4d32c1b.css" data-n-g=""/><link rel="preload" href="/_next/static/css/85002dcf545fab59.css" as="style"/><link rel="stylesheet" href="/_next/static/css/85002dcf545fab59.css" data-n-p=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js"></script><script src="/_next/static/chunks/webpack-8fa1640cc84ba8fe.js" defer=""></script><script src="/_next/static/chunks/framework-ecc4130bc7a58a64.js" defer=""></script><script src="/_next/static/chunks/main-48a2be0192cdda09.js" defer=""></script><script src="/_next/static/chunks/pages/_app-4ebb6f7f54a068ee.js" defer=""></script><script src="/_next/static/chunks/61-6681398f39e46a85.js" defer=""></script><script src="/_next/static/chunks/pages/additem-1ef4a668c9674047.js" defer=""></script><script src="/_next/static/rkVgzbahrcup9DS6NbRld/_buildManifest.js" defer=""></script><script src="/_next/static/rkVgzbahrcup9DS6NbRld/_ssgManifest.js" defer=""></script></head><body><div id="__next"><header class="Home_header__4gLs1"><div class="Home_header_wrap__xiBI0"><h1><a href="/"><img alt="로고" loading="lazy" width="150" height="51" decoding="async" data-nimg="1" style="color:transparent" srcSet="/_next/image?url=%2Flogo.png&amp;w=256&amp;q=75 1x, /_next/image?url=%2Flogo.png&amp;w=384&amp;q=75 2x" src="/_next/image?url=%2Flogo.png&amp;w=384&amp;q=75"/></a></h1><ul class="Home_header_menu__oGPag"><li><a href="/">자유게시판</a></li><li><a href="/additem">중고마켓</a></li></ul></div></header><main class="Home_padding_content__fycrG"><div class="Home_sub_category_area__gArej"><p class="Home_sub_category_text___gKH1">상품 등록하기</p><div class="Home_sub_category_util__x2psV"><button class="Home_btn_style__tigRP">등록</button></div></div><section><form><div class="Home_create_item_area__qCcKw"><label>상품 이미지</label><input type="file"/></div><div class="Home_create_item_area__qCcKw"><label>상품명</label><input type="text"/></div><div class="Home_create_item_area__qCcKw"><label>상품소개</label><textarea></textarea></div><div class="Home_create_item_area__qCcKw"><label>판매가격</label><input type="number"/></div><div class="Home_create_item_area__qCcKw"><label>태그</label><input type="text"/></div></form></section></main></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{}},"page":"/additem","query":{},"buildId":"rkVgzbahrcup9DS6NbRld","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}</script></body></html>
1 change: 1 addition & 0 deletions .next/export/components/Button.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="ko"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="2"/><link rel="preload" href="/_next/static/css/84adfd8cb4d32c1b.css" as="style"/><link rel="stylesheet" href="/_next/static/css/84adfd8cb4d32c1b.css" data-n-g=""/><link rel="preload" href="/_next/static/css/85002dcf545fab59.css" as="style"/><link rel="stylesheet" href="/_next/static/css/85002dcf545fab59.css" data-n-p=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js"></script><script src="/_next/static/chunks/webpack-8fa1640cc84ba8fe.js" defer=""></script><script src="/_next/static/chunks/framework-ecc4130bc7a58a64.js" defer=""></script><script src="/_next/static/chunks/main-48a2be0192cdda09.js" defer=""></script><script src="/_next/static/chunks/pages/_app-4ebb6f7f54a068ee.js" defer=""></script><script src="/_next/static/chunks/pages/components/Button-37805d7a9d2ba4d6.js" defer=""></script><script src="/_next/static/rkVgzbahrcup9DS6NbRld/_buildManifest.js" defer=""></script><script src="/_next/static/rkVgzbahrcup9DS6NbRld/_ssgManifest.js" defer=""></script></head><body><div id="__next"><button></button></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{}},"page":"/components/Button","query":{},"buildId":"rkVgzbahrcup9DS6NbRld","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}</script></body></html>
Loading