Skip to content

Commit ee7ccd2

Browse files
committed
change imports
1 parent 288db23 commit ee7ccd2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/index.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import toColor from '@barelyhuman/tocolor'
2-
3-
const { hexToHSL, hslToHex } = toColor
1+
import { hexToHSL, hslToHex } from '@barelyhuman/tocolor'
42

53
function lighter(percentage: number, color: string) {
64
if (isNaN(percentage)) return color

0 commit comments

Comments
 (0)