Skip to content

Commit

Permalink
change React import format
Browse files Browse the repository at this point in the history
  • Loading branch information
nygardk committed Oct 23, 2020
1 parent 34060ad commit 6442987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Blurhash.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';

import BlurhashCanvas from './BlurhashCanvas';

Expand Down
2 changes: 1 addition & 1 deletion src/BlurhashCanvas.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import { decode } from 'blurhash';

export type Props = React.CanvasHTMLAttributes<HTMLCanvasElement> & {
Expand Down

0 comments on commit 6442987

Please sign in to comment.