Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
feat: remove unused code (#5855)
Browse files Browse the repository at this point in the history
Co-authored-by: “konstantinosG-deriv” <“[email protected]”>
  • Loading branch information
konstantinosG-deriv and “konstantinosG-deriv” authored Nov 24, 2023
1 parent 10f18ce commit 381b72e
Show file tree
Hide file tree
Showing 33 changed files with 0 additions and 4,495 deletions.
2 changes: 0 additions & 2 deletions src/components/elements/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import StepperView from './stepper-view'
import { Ul, Li } from './lists'
import { Carousel } from './carousel'
import type { CarouselProps } from './carousel'
import VideoPlayer from './video-player'
import Modal from './modal'
import ImageWithDireciton from './image-with-direction'

Expand Down Expand Up @@ -64,7 +63,6 @@ export {
Timeline,
StepperView,
Ul,
VideoPlayer,
Modal,
ImageWithDireciton,
}
43 changes: 0 additions & 43 deletions src/components/elements/video-player.tsx

This file was deleted.

184 changes: 0 additions & 184 deletions src/pages/bug-bounty/static/_scope_content.tsx

This file was deleted.

12 changes: 0 additions & 12 deletions src/pages/careers/_controller/_locations.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ export type HeaderProps = {
subtitle: string
}

export type OpenPositionsProps = {
title: string
location: string
id: string
}

type TestimonyHeadlineProps = {
text: string
}
Expand All @@ -36,7 +30,6 @@ export type IntroSectionProps = {
export type DataProps = {
header: HeaderProps
intro_section: IntroSectionProps
open_position?: OpenPositionsProps[]
testimony_section?: TestimonySectionProps
link_url?: string
}
Expand Down

This file was deleted.

Loading

1 comment on commit 381b72e

@vercel
Copy link

@vercel vercel bot commented on 381b72e Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-com – ./

deriv-com.binary.sx
deriv-com-git-master.binary.sx

Please sign in to comment.