mirror of
https://github.com/langgenius/dify.git
synced 2026-03-22 19:20:31 +08:00
feat: page holder
This commit is contained in:
parent
18757d07c9
commit
2c4239c593
7
web/app/(commonLayout)/apps/check-legacy/page.tsx
Normal file
7
web/app/(commonLayout)/apps/check-legacy/page.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
const Page = () => {
|
||||
return (<>
|
||||
<div>Check legacy page</div>
|
||||
</>)
|
||||
}
|
||||
|
||||
export default Page
|
||||
Loading…
Reference in New Issue
Block a user