Skip to content

Commit

Permalink
Merge pull request #5 from Netflix-Clone-CEOS/develop
Browse files Browse the repository at this point in the history
fix: fix deploy bug
  • Loading branch information
hae2ni authored Nov 16, 2024
2 parents 8a71fe2 + ac9a016 commit 2e8a8d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions netflix/src/app/more/page.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import NavBar from "@/components/common/navBar";
import { PlayButton } from "@/components/detail/PlayButton";
import { Text } from "@/components/detail/Text";

export default function More() {
return (
<div>
<PlayButton />
<Text />
<NavBar />
</div>
);
Expand Down

0 comments on commit 2e8a8d3

Please sign in to comment.