mirror of
https://github.com/langgenius/dify.git
synced 2026-04-27 11:06:46 +08:00
10 lines
125 B
TypeScript
10 lines
125 B
TypeScript
import Meta from '../../../components/try/app/meta'
|
|
|
|
const Page = () => {
|
|
return (
|
|
<Meta />
|
|
)
|
|
}
|
|
|
|
export default Page
|