File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
(home)/components/demo-request Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ import {
1616} from '@/components/emcn'
1717import { Check } from '@/components/emcn/icons'
1818import {
19- DEMO_REQUEST_REGION_OPTIONS ,
2019 DEMO_REQUEST_COMPANY_SIZE_OPTIONS ,
20+ DEMO_REQUEST_REGION_OPTIONS ,
2121 type DemoRequestPayload ,
2222 demoRequestSchema ,
2323} from '@/app/(home)/components/demo-request/consts'
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ import { sendEmail } from '@/lib/messaging/email/mailer'
99import { getFromEmailAddress } from '@/lib/messaging/email/utils'
1010import {
1111 demoRequestSchema ,
12- getDemoRequestRegionLabel ,
1312 getDemoRequestCompanySizeLabel ,
13+ getDemoRequestRegionLabel ,
1414} from '@/app/(home)/components/demo-request/consts'
1515
1616const logger = createLogger ( 'DemoRequestAPI' )
You can’t perform that action at this time.
0 commit comments