Yifei Zhang 1 рік тому
батько
коміт
70a4f94c81
1 змінених файлів з 1 додано та 1 видалено
  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";