Pārlūkot izejas kodu

Update home.tsx

Yifei Zhang 1 gadu atpakaļ
vecāks
revīzija
70a4f94c81
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/components/home.tsx

+ 1 - 1
app/components/home.tsx

@@ -1,6 +1,6 @@
 "use client";
 
-// require("../polyfill");
+require("../polyfill");
 
 import { useState, useEffect } from "react";