Skip to content

Commit

Permalink
fix: import type error
Browse files Browse the repository at this point in the history
Closes #92
  • Loading branch information
yepMad authored Nov 9, 2020
1 parent 18a2529 commit 903918f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/getColorsPaletteFromImgUrl.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ColorThief from 'colorthief/dist/color-thief.umd.js';
import { loadImage, formatRGB } from '.';
import type { ColorFormats, ArrayRGB } from '../types';
import { ColorFormats, ArrayRGB } from '../types';

/**
* Get a list of colors from img url
Expand Down

0 comments on commit 903918f

Please sign in to comment.