summaryrefslogtreecommitdiff
path: root/src/pages/my/kunjungan-sales.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/my/kunjungan-sales.jsx')
-rw-r--r--src/pages/my/kunjungan-sales.jsx15
1 files changed, 0 insertions, 15 deletions
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>
- </>
- )
-}