mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-23 06:04:46 +08:00
6 lines
68 B
TypeScript
6 lines
68 B
TypeScript
"use client";
|
|
|
|
export function AcknowledgePage() {
|
|
return null;
|
|
}
|