mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 23:46:50 +00:00
refactor: move to sections folder
This commit is contained in:
@@ -7,12 +7,12 @@ import { useMemo } from "react";
|
||||
|
||||
import { Button } from "~/components/ui/button";
|
||||
|
||||
import { CaseStudySection } from "./landing/components/case-study-section";
|
||||
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";
|
||||
import { CaseStudySection } from "./landing/sections/case-study-section";
|
||||
import { CoreFeatureSection } from "./landing/sections/core-features-section";
|
||||
import { JoinCommunitySection } from "./landing/sections/join-community-section";
|
||||
import { MultiAgentSection } from "./landing/sections/multi-agent-section";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user