Skip to content

Commit

Permalink
Remove ContactSupport block (#4740)
Browse files Browse the repository at this point in the history
<!--
PR title: GRW-123 / Feature / Awesome new thing
-->

## Describe your changes

Removed unused block that integrated C1 chat. To be followed by PR that removed C1 support

<!--
What changes are made?
If there are many changes, a list might be a good format.
If it makes sense, add screenshots and/or screen recordings here.
-->

## Justify why they are needed

## Checklist before requesting a review

- [ ] I have performed a self-review of my code
  • Loading branch information
alebedev authored Sep 19, 2024
1 parent 916f4da commit d676acb
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 178 deletions.
22 changes: 0 additions & 22 deletions apps/store/src/blocks/ContactSupportBlock.tsx

This file was deleted.

42 changes: 0 additions & 42 deletions apps/store/src/components/ContactSupport/ContactCard.tsx

This file was deleted.

This file was deleted.

77 changes: 0 additions & 77 deletions apps/store/src/components/ContactSupport/ContactSupport.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { CheckListBlock } from '@/blocks/CheckListBlock'
import { ComparisonTableBlock } from '@/blocks/ComparisonTableBlock'
import { ConfirmationPageBlock } from '@/blocks/ConfirmationPageBlock'
import { ConnectPaymentBlock } from '@/blocks/ConnectPaymentBlock'
import { ContactSupportBlock } from '@/blocks/ContactSupportBlock'
import { ContentBlock } from '@/blocks/ContentBlock'
import { CookieListBlock } from '@/blocks/CookieListBlock'
import { DownloadableContentItemBlock } from '@/blocks/DownloadableContentItemBlock'
Expand Down Expand Up @@ -69,7 +68,6 @@ export const commonStoryblokComponents = {
comparisonTable: ComparisonTableBlock,
confirmation: ConfirmationPageBlock,
connectPayment: ConnectPaymentBlock,
contactSupport: ContactSupportBlock,
content: ContentBlock,
cookieList: CookieListBlock,
downloadableContentItem: DownloadableContentItemBlock,
Expand Down

0 comments on commit d676acb

Please sign in to comment.