diff --git a/app/components/home.tsx b/app/components/home.tsx index 68853e7438e..b3cec893ecf 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -1,6 +1,6 @@ "use client"; -// require("../polyfill"); +require("../polyfill"); import { useState, useEffect } from "react";