dify/web/app/(commonLayout)/integrations/layout.tsx

6 lines
146 B
TypeScript

import type { PropsWithChildren } from 'react'
export default function IntegrationsLayout({ children }: PropsWithChildren) {
return children
}