Update home.tsx

This commit is contained in:
Yifei Zhang 2023-07-17 11:33:19 +08:00 committed by GitHub
parent f7e4b36746
commit 70a4f94c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
"use client"; "use client";
// require("../polyfill"); require("../polyfill");
import { useState, useEffect } from "react"; import { useState, useEffect } from "react";