Skip to content

Commit

Permalink
Fix @vimeo/player import
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Apr 26, 2024
1 parent 7c93c5c commit d0d38a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
@@ -1,5 +1,5 @@
import * as React from 'react'
import { Player, Error } from '@vimeo/player'
import Player, { Error } from '@vimeo/player'

export type PlayEvent = {
/**
Expand Down

0 comments on commit d0d38a8

Please sign in to comment.