Skip to content

Commit

Permalink
add LoginPage
Browse files Browse the repository at this point in the history
  • Loading branch information
joodongkim committed Oct 18, 2024
1 parent 1fe9f12 commit a5ac8a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Empty file.
7 changes: 7 additions & 0 deletions src/pages/LoginPage/LoginPage.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from "react";

function LoginPage() {
return <div>LoginPage</div>;
}

export default LoginPage;

0 comments on commit a5ac8a6

Please sign in to comment.