mirror of https://github.com/langgenius/dify.git
feat: page holder
This commit is contained in:
parent
18757d07c9
commit
2c4239c593
|
|
@ -0,0 +1,7 @@
|
|||
const Page = () => {
|
||||
return (<>
|
||||
<div>Check legacy page</div>
|
||||
</>)
|
||||
}
|
||||
|
||||
export default Page
|
||||
Loading…
Reference in New Issue