summaryrefslogtreecommitdiff
path: root/src/pages/daftar-merchant.jsx
diff options
context:
space:
mode:
authorIndoteknik . <andrifebriyadiputra@gmail.com>2025-05-26 12:37:08 +0700
committerIndoteknik . <andrifebriyadiputra@gmail.com>2025-05-26 12:37:08 +0700
commit2102158d77211991673aa7ed7cfacda69cceda2e (patch)
treec788fe583c25d172df93841f403389d01d9198dd /src/pages/daftar-merchant.jsx
parentca05a70e98e9066882de6394ffbd89db7af2cb9d (diff)
parent4ef92b4d9fea4fdd636d62194514b33ed3b3c387 (diff)
(andri) resolve conflict
Diffstat (limited to 'src/pages/daftar-merchant.jsx')
-rw-r--r--src/pages/daftar-merchant.jsx15
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>
- </>
- )
-}