Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Severian
/
dify
like
0
Paused
App
Files
Files
Community
e26861f
dify
/
web
/
app
/
account
/
page.tsx
Severian
initial commit
a8b3f00
17 days ago
raw
Copy download link
history
blame
Safe
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
>
}