Skip to content

Commit

Permalink
新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Evans-Cai committed Apr 18, 2023
1 parent 377ed29 commit cc0fa48
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/components/home.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"use client";

import "core-js/modules/es.array.at.js";
import "core-js/modules/web.structured-clone.js";
// import '@babel/polyfill/dist/polyfill.min';

import { useState, useEffect, useRef } from "react";

Expand Down
1 change: 1 addition & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export default function RootLayout({
href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;700;900&display=swap"
rel="stylesheet"
></link>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js" defer></script>
<script src="/serviceWorkerRegister.js" defer></script>
</head>
<body>{children}</body>
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@hello-pangea/dnd": "^16.2.0",
"@svgr/webpack": "^6.5.1",
"@vercel/analytics": "^0.1.11",
"core-js": "^3.30.1",
"emoji-picker-react": "^4.4.7",
"eventsource-parser": "^0.1.0",
"fuse.js": "^6.6.2",
Expand Down

0 comments on commit cc0fa48

Please sign in to comment.