Explorar el Código

Update home.tsx

Yifei Zhang hace 1 año
padre
commit
70a4f94c81
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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";