Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Severian/dify
zhzabcd
/
dify-run
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a4bef0b
dify-run
/
web
/
app
/
account
/
page.tsx
Severian
initial commit
a8b3f00
4 months ago
raw
Copy download link
history
blame
176 Bytes
import
AccountPage
from
'./account-page'
export
default
function
Account
(
) {
return
<
div
className
=
'max-w-[640px] w-full mx-auto pt-12 px-6'
>
<
AccountPage
/>
</
div
>
}