mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-22 16:06:50 +00:00
6 lines
68 B
TypeScript
6 lines
68 B
TypeScript
"use client";
|
|
|
|
export function AcknowledgePage() {
|
|
return null;
|
|
}
|