Skip to content

Commit

Permalink
feature(#7):로그인구현시작
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsdnWkd1234 committed Feb 20, 2024
1 parent b4e4ba4 commit a6853a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions front/src/components/HomePage/Login.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import {useState} from "react"
import Header from './Header';
import HomeButton from './HomeButton';
import LoginBody from './LoginBody';
import UserInput from './UserInput';

export default function Login() {
const [loginId, setLoginn] = useState();

return (
<>
<div
Expand Down

0 comments on commit a6853a7

Please sign in to comment.