Skip to content

Commit

Permalink
add Home component to pass Docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
choir241 committed Mar 21, 2024
1 parent 2949240 commit b66cf58
Show file tree
Hide file tree
Showing 3 changed files with 857 additions and 1,030 deletions.
2 changes: 1 addition & 1 deletion __tests__/Home.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ describe("Home", () => {

expect(findElem).toBeInTheDocument();
});
});
});
7 changes: 7 additions & 0 deletions components/Home.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import React from 'react'

export default function Home() {
return (
<div>Login</div>
)
}
Loading

0 comments on commit b66cf58

Please sign in to comment.