mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-14 12:11:47 +08:00
11 lines
133 B
TypeScript
11 lines
133 B
TypeScript
import React from 'react'
|
|
|
|
const ThirdPart = () => {
|
|
return (
|
|
<div>
|
|
Third part
|
|
</div>
|
|
)
|
|
}
|
|
export default ThirdPart
|