diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-03 10:38:52 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-03 10:38:52 +0700 |
| commit | b4abdb00ef83aa824e8a05d5b75df48adb7b9629 (patch) | |
| tree | 86ce2454793fe31b54a87f151433cbf86dbed134 /src/pages/my/merchant.jsx | |
| parent | 31816dc3a6cb62e1480524c8f0065a7835fefdcd (diff) | |
semi dynamic page
Diffstat (limited to 'src/pages/my/merchant.jsx')
| -rw-r--r-- | src/pages/my/merchant.jsx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/pages/my/merchant.jsx b/src/pages/my/merchant.jsx deleted file mode 100644 index a6f71c8b..00000000 --- a/src/pages/my/merchant.jsx +++ /dev/null @@ -1,17 +0,0 @@ -import Seo from '@/core/components/Seo' -import BasicLayout from '@/core/components/layouts/BasicLayout' -import CreateMerchant from '@/lib/form/components/Merchant' -import CreateSuratDukungan from '@/lib/form/components/SuratDukungan' - -export default function merchant() { - - return ( - <> - <Seo title='Merchant - Indoteknik.com' /> - - <BasicLayout> - <CreateMerchant></CreateMerchant> - </BasicLayout> - </> - ) -} |
