mirror of
https://github.com/langgenius/dify.git
synced 2026-04-21 23:38:53 +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
|