From 8a3133865799f7cb05ac003ca6aefc0e2d9945a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E9=98=B3?= Date: Mon, 3 Feb 2025 18:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=B2=E7=9F=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Favicon/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Favicon/index.tsx b/src/components/Favicon/index.tsx index c57be52..1b03ed5 100644 --- a/src/components/Favicon/index.tsx +++ b/src/components/Favicon/index.tsx @@ -3,5 +3,5 @@ import Favicon from "react-favicon"; export default ({ url }: { url: string }) => { - return + return } \ No newline at end of file