From 595c38d3a689b15194061a2043768cfc27187626 Mon Sep 17 00:00:00 2001 From: expload <38076731+expload233@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:13:48 +0800 Subject: [PATCH] fix --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index c5b3d75..a88d512 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -4,7 +4,7 @@ import { message } from 'antd' import { CopyToClipboard } from 'react-copy-to-clipboard'; import list from '../utils/router' // import FollowMe from '../components/FollowMe'; -import isVip from '../utils/isVip'; +// import isVip from '../utils/isVip'; import AccountButton from "../components/AccountButton"; export default function index() {