Skip to content

Commit

Permalink
feat : add pages/customerservice/index.js (#85)
Browse files Browse the repository at this point in the history
고객센터 페이지
  • Loading branch information
JungYeonHwi committed Nov 2, 2023
1 parent ccb657a commit e52ffe3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages/customerservice/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { useEffect, useState } from "react";
import router from "next/router";
import { useRecoilState } from "recoil";

import Text from "@components/atoms/text";

const Customerservice = () => {
return (
<>
<h1>111</h1>
</>
)
}

export default Customerservice

0 comments on commit e52ffe3

Please sign in to comment.