summaryrefslogtreecommitdiff
path: root/src/pages/my
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/my')
-rw-r--r--src/pages/my/daftar-merchant.jsx15
-rw-r--r--src/pages/my/kunjungan-sales.jsx15
-rw-r--r--src/pages/my/kunjungan-service.jsx15
-rw-r--r--src/pages/my/request-for-quotation.jsx15
-rw-r--r--src/pages/my/surat-dukungan.jsx16
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>
- </>
- )
-}