fix: #397 #373 Array.prototype.at polyfill errors

This commit is contained in:
Yidadaa
2023-04-03 13:29:37 +08:00
parent 6e6d2a3310
commit 5c75b6c784
9 changed files with 107 additions and 132 deletions

View File

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