Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
testando cloudflare do anroll.
Browse files Browse the repository at this point in the history
  • Loading branch information
uesleibros committed Sep 3, 2024
1 parent c27c425 commit 4481bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/assistir/anime/[slug]/[episodio]/page.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import VerEpisodio from "@/components/VerEpisodio";

export default function AssistirEpisodio({params}) {
export default async function AssistirEpisodio({params}) {
const {slug, episodio} = params;

return (
Expand Down

0 comments on commit 4481bac

Please sign in to comment.