dify / web /app /account /page.tsx
Severian's picture
initial commit
a8b3f00
raw
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>
}