Yifei Zhang 1 anno fa
parent
commit
70a4f94c81
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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";