From 40c947f15e331fdaa9ab0f827355062ee10daa68 Mon Sep 17 00:00:00 2001 From: Li Xin Date: Fri, 2 May 2025 21:23:55 +0800 Subject: [PATCH] refactor: move to `landing/components` --- .../{components/deer-flow => app/landing/components}/ray.tsx | 0 web/src/app/page.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename web/src/{components/deer-flow => app/landing/components}/ray.tsx (100%) diff --git a/web/src/components/deer-flow/ray.tsx b/web/src/app/landing/components/ray.tsx similarity index 100% rename from web/src/components/deer-flow/ray.tsx rename to web/src/app/landing/components/ray.tsx diff --git a/web/src/app/page.tsx b/web/src/app/page.tsx index cfaf5f2..bd19122 100644 --- a/web/src/app/page.tsx +++ b/web/src/app/page.tsx @@ -5,7 +5,6 @@ import { GithubOutlined } from "@ant-design/icons"; import Link from "next/link"; import { useMemo } from "react"; -import { Ray } from "~/components/deer-flow/ray"; import { Button } from "~/components/ui/button"; import { CaseStudySection } from "./landing/components/case-study-section"; @@ -13,6 +12,7 @@ import { CoreFeatureSection } from "./landing/components/core-features-section"; import { JoinCommunitySection } from "./landing/components/join-community-section"; import { Jumbotron } from "./landing/components/jumbotron"; import { MultiAgentSection } from "./landing/components/multi-agent-section"; +import { Ray } from "./landing/components/ray"; export default function HomePage() { return (