Skip to content

Commit

Permalink
fix: fix deploy bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hae2ni committed Nov 16, 2024
1 parent 6f02044 commit ac9a016
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 ac9a016

Please sign in to comment.