Skip to content

Commit

Permalink
@uppy/informer: remove remaining require call (#3737)
Browse files Browse the repository at this point in the history
Left over from #3732
  • Loading branch information
aduh95 authored May 16, 2022
1 parent 5a2dd50 commit 1edf970
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/@uppy/informer/src/TransitionGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
/**
* @source https://github.com/developit/preact-transition-group
*/
'use strict'

const { Component, cloneElement, h, toChildArray } = require('preact')
import { Component, cloneElement, h, toChildArray } from 'preact'

function assign (obj, props) {
return Object.assign(obj, props)
Expand Down

0 comments on commit 1edf970

Please sign in to comment.