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