diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-12-10 10:05:47 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-12-10 10:05:47 +0700 |
| commit | b3be7e6d5c320764ef3ca38df196218abf9be25b (patch) | |
| tree | 86ffb2f293035a130b5677a0eb37d617d91019f0 /src/pages/my | |
| parent | 10cd02d6fcc39c75b8db19a874cc0ba49b890376 (diff) | |
<iman> move formulis & add state field
Diffstat (limited to 'src/pages/my')
| -rw-r--r-- | src/pages/my/daftar-merchant.jsx | 15 | ||||
| -rw-r--r-- | src/pages/my/kunjungan-sales.jsx | 15 | ||||
| -rw-r--r-- | src/pages/my/kunjungan-service.jsx | 15 | ||||
| -rw-r--r-- | src/pages/my/request-for-quotation.jsx | 15 | ||||
| -rw-r--r-- | src/pages/my/surat-dukungan.jsx | 16 |
5 files changed, 0 insertions, 76 deletions
diff --git a/src/pages/my/daftar-merchant.jsx b/src/pages/my/daftar-merchant.jsx deleted file mode 100644 index e1fa9bcb..00000000 --- a/src/pages/my/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> - </> - ) -} diff --git a/src/pages/my/kunjungan-sales.jsx b/src/pages/my/kunjungan-sales.jsx deleted file mode 100644 index 052991d9..00000000 --- a/src/pages/my/kunjungan-sales.jsx +++ /dev/null @@ -1,15 +0,0 @@ -import Seo from '@/core/components/Seo' -import BasicLayout from '@/core/components/layouts/BasicLayout' -import KunjunganSales from '@/lib/form/components/KunjunganSales' - -export default function kunjungan_sales() { - return ( - <> - <Seo title='Kunjungan Sales - Indoteknik.com' /> - - <BasicLayout> - <KunjunganSales /> - </BasicLayout> - </> - ) -} diff --git a/src/pages/my/kunjungan-service.jsx b/src/pages/my/kunjungan-service.jsx deleted file mode 100644 index 37de5a0b..00000000 --- a/src/pages/my/kunjungan-service.jsx +++ /dev/null @@ -1,15 +0,0 @@ -import Seo from '@/core/components/Seo' -import BasicLayout from '@/core/components/layouts/BasicLayout' -import CreateKunjunganService from '@/lib/form/components/KunjunganService' - -export default function kunjungan_service() { - return ( - <> - <Seo title='Kunjungan Service - Indoteknik.com' /> - - <BasicLayout> - <CreateKunjunganService></CreateKunjunganService> - </BasicLayout> - </> - ) -} diff --git a/src/pages/my/request-for-quotation.jsx b/src/pages/my/request-for-quotation.jsx deleted file mode 100644 index 40fda009..00000000 --- a/src/pages/my/request-for-quotation.jsx +++ /dev/null @@ -1,15 +0,0 @@ -import Seo from '@/core/components/Seo' -import BasicLayout from '@/core/components/layouts/BasicLayout' -import FormRequestForQuotation from '@/lib/form/components/RequestForQuotation' - -export default function RequestForQuotation() { - return ( - <> - <Seo title='Request for Quotation - Indoteknik.com' /> - - <BasicLayout> - <FormRequestForQuotation /> - </BasicLayout> - </> - ) -} diff --git a/src/pages/my/surat-dukungan.jsx b/src/pages/my/surat-dukungan.jsx deleted file mode 100644 index 8058f34d..00000000 --- a/src/pages/my/surat-dukungan.jsx +++ /dev/null @@ -1,16 +0,0 @@ -import Seo from '@/core/components/Seo' -import BasicLayout from '@/core/components/layouts/BasicLayout' -import CreateKunjunganService from '@/lib/form/components/KunjunganService' -import CreateSuratDukungan from '@/lib/form/components/SuratDukungan' - -export default function surat_dukungan() { - return ( - <> - <Seo title='Surat Dukungan - Indoteknik.com' /> - - <BasicLayout> - <CreateSuratDukungan></CreateSuratDukungan> - </BasicLayout> - </> - ) -} |
