mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-19 15:56:55 +08:00
11 lines
123 B
TypeScript
11 lines
123 B
TypeScript
import React from 'react'
|
|
|
|
const Custom = () => {
|
|
return (
|
|
<div>
|
|
Custom
|
|
</div>
|
|
)
|
|
}
|
|
export default Custom
|