Skip to content

Commit

Permalink
refactor(shared-video-splash): use safeRest from @tds/util-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
jraff authored and marcod1419 committed Sep 6, 2019
1 parent 2a83b2a commit 06aa64f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/components/VideoSplash/VideoSplash.jsx
Expand Up @@ -2,12 +2,12 @@ import React from 'react'
import PropTypes from 'prop-types'
import styled from 'styled-components'

import { safeRest } from '@tds/util-helpers'

import BigVideoButton from './BigVideoButton/BigVideoButton'

import Play from './svg/Play'

import safeRest from '../../utils/safeRest'

/**
* @version ./package.json
*/
Expand Down
1 change: 1 addition & 0 deletions shared/components/VideoSplash/package.json
Expand Up @@ -9,6 +9,7 @@
"@tds/core-decorative-icon": "^2.2.0",
"@tds/core-paragraph": "^2.0.4",
"@tds/core-responsive": "^1.3.1",
"@tds/util-helpers": "^1.1.0",
"prop-types": "^15.5.10"
}
}

0 comments on commit 06aa64f

Please sign in to comment.