This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +4
-4
lines changed Expand file tree Collapse file tree 6 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import styled from 'styled-components'
3
3
import { graphql , useStaticQuery } from 'gatsby'
4
- import Container from './_layout-components/CareerContainer '
4
+ import Container from './_layout-components/_career_container '
5
5
import { Header , BackgroundImage } from 'components/elements'
6
6
import { LinkButton } from 'components/form'
7
7
import { zoho_url } from 'common/constants'
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import PropTypes from 'prop-types'
3
3
import styled from 'styled-components'
4
- import Container from './CareerContainer '
4
+ import Container from './_career_container '
5
5
import { Text } from 'components/elements'
6
6
import { Flex } from 'components/containers'
7
7
import { LocalizedLink } from 'components/localization'
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ export const LifeAtDerivCarousel = Loadable(() => import('./_life-at-deriv-carou
6
6
export const OurValues = Loadable ( ( ) => import ( './_our-values' ) )
7
7
export const EmployeeTestimonial = Loadable ( ( ) => import ( './_employee-testimonial-carousel' ) )
8
8
export const OurHiringProcess = Loadable ( ( ) => import ( './_our-hiring-process' ) )
9
- export const BeSquareBanner = Loadable ( ( ) => import ( './BeSquareBanner ' ) )
9
+ export const BeSquareBanner = Loadable ( ( ) => import ( './_be_square_banner ' ) )
Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import PropTypes from 'prop-types'
3
3
import styled from 'styled-components'
4
- import CareerContainer from '../_layout-components/CareerContainer '
4
+ import CareerContainer from '../_layout-components/_career_container '
5
5
import { locationsTypes } from '../_model/_locations/_locations.types'
6
6
import device from 'themes/device'
7
7
import { SectionContainer , Flex } from 'components/containers'
You can’t perform that action at this time.
0 commit comments