From 70a4f94c8151306a2870170026bd406d8a4e5cda Mon Sep 17 00:00:00 2001 From: Yifei Zhang Date: Mon, 17 Jul 2023 11:33:19 +0800 Subject: [PATCH] Update home.tsx --- app/components/home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/home.tsx b/app/components/home.tsx index 68853e743..b3cec893e 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";