diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-23 10:52:40 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-23 10:52:40 +0700 |
| commit | 0de0fda98dc35bd6503f1a45a52878b154a94c75 (patch) | |
| tree | 3e6a693b20f58c4f234a7d5e124f2b21751ca37a /src/pages/my | |
| parent | a553af3576985e6d14cf59177a6cca9fa108c0bb (diff) | |
fox
Diffstat (limited to 'src/pages/my')
| -rw-r--r-- | src/pages/my/profile.jsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pages/my/profile.jsx b/src/pages/my/profile.jsx index f69d4303..f8d4c3de 100644 --- a/src/pages/my/profile.jsx +++ b/src/pages/my/profile.jsx @@ -1,10 +1,14 @@ +import Divider from '@/core/components/elements/Divider/Divider' import AppLayout from '@/core/components/layouts/AppLayout' +import CompanyProfile from '@/lib/auth/components/CompanyProfile' import PersonalProfile from '@/lib/auth/components/PersonalProfile' export default function Profile() { return ( <AppLayout title='Akun Saya'> <PersonalProfile /> + <Divider /> + <CompanyProfile /> </AppLayout> ) } |
