Skip to content

Commit

Permalink
Merge pull request #319 from Giphy/build/fix-react-use-import
Browse files Browse the repository at this point in the history
build: fix react-use import
  • Loading branch information
giannif committed Aug 18, 2022
2 parents 5f72f0c + 6574241 commit 99f8146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-components/src/components/video/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import styled from '@emotion/styled'
import { getGifHeight, Logger } from '@giphy/js-util'
import React, { ComponentProps, ElementType, useCallback, useEffect, useState } from 'react'
import { useTimeoutFn } from 'react-use'
import useTimeoutFn from 'react-use/lib/useTimeoutFn'
import { GifOverlayProps } from '../types'
import Attribution from './attribution'
import { VolumeOffIcon, VolumeOnIcon } from './controls/volume'
Expand Down

0 comments on commit 99f8146

Please sign in to comment.