From 0f609546526ef52fc8304d8a05c068453856834b Mon Sep 17 00:00:00 2001 From: Jamil Date: Wed, 18 Jun 2025 12:30:07 -0700 Subject: [PATCH] chore(website): remove team section (#9571) --- website/src/app/about/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/src/app/about/page.tsx b/website/src/app/about/page.tsx index f3da0b9d5..65a68f342 100644 --- a/website/src/app/about/page.tsx +++ b/website/src/app/about/page.tsx @@ -5,7 +5,6 @@ import Story from "./story"; import Mission from "./mission"; import Principles from "./principles"; import Investors from "./investors"; -import Team from "./team"; import Contact from "./contact"; export default function Page() { @@ -16,7 +15,6 @@ export default function Page() { - );