瀏覽代碼

Update home.tsx

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";