mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-21 23:46:50 +00:00
10 lines
173 B
TypeScript
10 lines
173 B
TypeScript
"use client";
|
|
|
|
import { Streamdown } from "streamdown";
|
|
|
|
import about from "./about.md";
|
|
|
|
export function AboutSettingsPage() {
|
|
return <Streamdown>{about}</Streamdown>;
|
|
}
|