diff --git a/app/ui-challenges/[challengeSlug]/attempts/[attemptsId]/page.tsx b/app/ui-challenges/[challengeSlug]/attempts/[attemptsId]/page.tsx index b0a214d..2766299 100644 --- a/app/ui-challenges/[challengeSlug]/attempts/[attemptsId]/page.tsx +++ b/app/ui-challenges/[challengeSlug]/attempts/[attemptsId]/page.tsx @@ -81,7 +81,3 @@ export default async function AttemptPage({ params }) { ); } -export const getSrcDoc = ({ css, html, head, js }: any) => { - return ` -${html}`; -};