From 773322b2e05422e039783ebf53b0f91aa045c301 Mon Sep 17 00:00:00 2001 From: wonder Date: Wed, 25 Mar 2026 09:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=20=E2=9C=A8Feat:=20=E5=A2=9E=E5=8A=A0Surface?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.tsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 57eed1f..c7cc53a 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,11 +1,17 @@ -import Card from "./components/Card" - +import Card from "./components/Card"; +import { Surface } from "@heroui/react"; function App() { - return ( - <> - ) + <> + + + + + ); } -export default App +export default App;