fix: #244 optimize polyfill

This commit is contained in:
Yifei Zhang
2023-04-02 13:56:34 +00:00
parent 9b563a4318
commit f4d82c13ed
5 changed files with 30 additions and 29 deletions

View File

@@ -1,4 +1,7 @@
import { Analytics } from "@vercel/analytics/react";
import "array.prototype.at";
import { Home } from "./components/home";
export default function App() {