Yifei Zhang 1 rok pred
rodič
commit
70a4f94c81
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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";