refactor: move to landing/_components
This commit is contained in:
parent
ff0c7dda72
commit
18d896d15d
|
|
@ -1,8 +1,7 @@
|
||||||
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
|
// Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import { MultiAgentVisualization } from "~/app/_components/multi-agent-visualization";
|
import { MultiAgentVisualization } from "./multi-agent-visualization";
|
||||||
|
|
||||||
import { SectionHeader } from "./section-header";
|
import { SectionHeader } from "./section-header";
|
||||||
|
|
||||||
export function MultiAgentSection() {
|
export function MultiAgentSection() {
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ import { ShineBorder } from "~/components/magicui/shine-border";
|
||||||
import { Button } from "~/components/ui/button";
|
import { Button } from "~/components/ui/button";
|
||||||
import { useIntersectionObserver } from "~/hooks/use-intersection-observer";
|
import { useIntersectionObserver } from "~/hooks/use-intersection-observer";
|
||||||
|
|
||||||
import { Tooltip } from "./tooltip";
|
import { Tooltip } from "../../_components/tooltip";
|
||||||
|
|
||||||
const ROW_HEIGHT = 85;
|
const ROW_HEIGHT = 85;
|
||||||
const ROW_1 = 0;
|
const ROW_1 = 0;
|
||||||
Loading…
Reference in New Issue