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/request-for-quotation.jsx | |
| parent | 10cd02d6fcc39c75b8db19a874cc0ba49b890376 (diff) | |
<iman> move formulis & add state field
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> - </> - ) -} |
