mirror of
https://github.com/langgenius/dify.git
synced 2026-01-06 06:26:00 +00:00
feat: page holder
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user