mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-24 23:28:32 +08:00
10 lines
109 B
TypeScript
10 lines
109 B
TypeScript
import React from 'react'
|
|
|
|
const index = () => {
|
|
return (
|
|
<div>index</div>
|
|
)
|
|
}
|
|
|
|
export default index
|