diff options
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> - </> - ) -} |
