From 1da3ce95e2f661fe7c4a3ed8b3dd6150fc332d60 Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Mon, 27 Jul 2026 19:04:30 +0800 Subject: [PATCH] style: prettier format publicRoutes.tsx --- apps/web/src/router/publicRoutes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/router/publicRoutes.tsx b/apps/web/src/router/publicRoutes.tsx index b65ede624..e610b941d 100644 --- a/apps/web/src/router/publicRoutes.tsx +++ b/apps/web/src/router/publicRoutes.tsx @@ -45,4 +45,4 @@ export const publicRoutes: RouteObject[] = [ path: "/auth/wechat/callback", element: , }, -] \ No newline at end of file +]