Skip to content

Commit

Permalink
Merge pull request #45 from DaengPlace/fix/#44
Browse files Browse the repository at this point in the history
[Fix] Deploy 오류 해결
  • Loading branch information
yewoniiii authored Dec 3, 2024
2 parents b2b49f4 + 71a513c commit 7a77ef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/mypage/profile/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import styled from "styled-components";
import Header from "@/components/common/Header/Header";
import Button from "@/components/common/Button/Button";
import Input from "@/components/common/Input/Input";
import SelectBox from "@/components/common/Selectbox/Selectbox";
import SelectBox from "@/components/common/SelectBox/SelectBox";
import Checkbox from "@/components/common/Checkbox/Checkbox";
import Image from "next/image";

Expand Down
2 changes: 1 addition & 1 deletion src/app/signin/info/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useRouter } from "next/navigation";
import styled from "styled-components";
import Checkbox from "@/components/common/Checkbox/Checkbox";
import Button from "@/components/common/Button/Button";
import SelectBox from "@/components/common/Selectbox/Selectbox";
import SelectBox from "@/components/common/SelectBox/SelectBox";
import Header from "@/components/signin/Header/Header";

const SigninInfoPage = () => {
Expand Down

0 comments on commit 7a77ef9

Please sign in to comment.