diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-01-13 17:08:44 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-01-13 17:08:44 +0700 |
| commit | e06905990de608585320754eb6a477cf32263595 (patch) | |
| tree | c2ffa0b95bec6da309eebf852e5c181a8da6c285 /src/pages/my/request-for-quotation.jsx | |
| parent | 40f762589601de0fe1d5b06164b2553ebdbf5ecd (diff) | |
| parent | a868498e7327593b40d1e02fd96531fefd9548d5 (diff) | |
Merge branch 'new-release' into Feature/pengajuan-tempo
# Conflicts:
# src/core/components/elements/Navbar/NavbarDesktop.jsx
Diffstat (limited to 'src/pages/my/request-for-quotation.jsx')
| -rw-r--r-- | src/pages/my/request-for-quotation.jsx | 15 |
1 files changed, 0 insertions, 15 deletions
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> - </> - ) -} |
