From 836ee73d73b77aea922762762e50ddbcc2356ba0 Mon Sep 17 00:00:00 2001 From: rosemariejebbjtxbfp Date: Wed, 24 Jun 2026 04:44:05 +0000 Subject: [PATCH] =?UTF-8?q?feat(public-frontend):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=20API=20=E8=B0=83=E7=94=A8=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- public-frontend/src/App.tsx | 1 - public-frontend/src/components/Home.tsx | 9 --------- 2 files changed, 10 deletions(-) diff --git a/public-frontend/src/App.tsx b/public-frontend/src/App.tsx index 764db53..18d09ea 100644 --- a/public-frontend/src/App.tsx +++ b/public-frontend/src/App.tsx @@ -78,7 +78,6 @@ export default function App() { setView({ name: "product", id })} onContribute={() => setView({ name: "contribute" })} - onApi={() => setView({ name: "api" })} /> )} {view.name === "product" && ( diff --git a/public-frontend/src/components/Home.tsx b/public-frontend/src/components/Home.tsx index 3647a26..efedc05 100644 --- a/public-frontend/src/components/Home.tsx +++ b/public-frontend/src/components/Home.tsx @@ -26,11 +26,9 @@ const FEATURES = [ export default function Home({ onOpen, onContribute, - onApi, }: { onOpen: (id: string) => void; onContribute: () => void; - onApi: () => void; }) { const [q, setQ] = useState(""); const [items, setItems] = useState([]); @@ -99,13 +97,6 @@ export default function Home({ ))} - - -- 2.52.0