diff options
| author | Indoteknik . <andrifebriyadiputra@gmail.com> | 2025-05-26 12:37:08 +0700 |
|---|---|---|
| committer | Indoteknik . <andrifebriyadiputra@gmail.com> | 2025-05-26 12:37:08 +0700 |
| commit | 2102158d77211991673aa7ed7cfacda69cceda2e (patch) | |
| tree | c788fe583c25d172df93841f403389d01d9198dd /src/pages/daftar-merchant.jsx | |
| parent | ca05a70e98e9066882de6394ffbd89db7af2cb9d (diff) | |
| parent | 4ef92b4d9fea4fdd636d62194514b33ed3b3c387 (diff) | |
(andri) resolve conflict
Diffstat (limited to 'src/pages/daftar-merchant.jsx')
| -rw-r--r-- | src/pages/daftar-merchant.jsx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/pages/daftar-merchant.jsx b/src/pages/daftar-merchant.jsx deleted file mode 100644 index e1fa9bcb..00000000 --- a/src/pages/daftar-merchant.jsx +++ /dev/null @@ -1,15 +0,0 @@ -import Seo from '@/core/components/Seo' -import BasicLayout from '@/core/components/layouts/BasicLayout' -import CreateMerchant from '@/lib/form/components/Merchant' - -export default function DaftarMerchant() { - return ( - <> - <Seo title='Daftar Merchant - Indoteknik.com' /> - - <BasicLayout> - <CreateMerchant></CreateMerchant> - </BasicLayout> - </> - ) -} |
