Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcru committed Oct 11, 2024
1 parent 2d0e546 commit 585d53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HolyProgress.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { DEFAULTS } from './constants';
import { clamp, repaintElement, queue } from './utils';
import { clamp, queue, repaintElement } from './utils';

type HolyProgressProps = {
/**
Expand Down

0 comments on commit 585d53c

Please sign in to comment.