mirror of
https://github.com/langgenius/dify.git
synced 2026-07-25 21:48:30 +08:00
Co-authored-by: JzoNg <jzongcode@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
8 lines
142 B
TypeScript
8 lines
142 B
TypeScript
import SnippetList from '@/app/components/snippet-list'
|
|
|
|
const SnippetsPage = () => {
|
|
return <SnippetList />
|
|
}
|
|
|
|
export default SnippetsPage
|