Skip to content

Commit

Permalink
chore: add React import
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed May 20, 2022
1 parent af8d46e commit d12e84f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stories/usePinchZoom.story.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { storiesOf } from '@storybook/react';
import * as React from 'react';
import { useEffect, useRef, useState } from 'react';
import { usePinchZoom } from '../src';
import { ZoomState } from '../src/usePinchZoom';
Expand Down

0 comments on commit d12e84f

Please sign in to comment.