Skip to content

Commit

Permalink
fix : 빌드 에러
Browse files Browse the repository at this point in the history
fix : 빌드 에러
  • Loading branch information
phyuna0525 authored Apr 17, 2024
2 parents 85674b3 + abc8e4f commit 477d610
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface LoginType {
password: string;
}

const Main = () => {
const Login = () => {
const [data, setData] = useState<LoginType>({
admin_id: "",
password: "",
Expand Down Expand Up @@ -108,4 +108,4 @@ const Main = () => {
);
};

export default Main;
export default Login;
2 changes: 2 additions & 0 deletions src/app/main/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ const Main = () => {
</div>
);
};

export default Main;

0 comments on commit 477d610

Please sign in to comment.