Skip to content

Commit b7a9458

Browse files
committed
fix linting error
1 parent 40968f1 commit b7a9458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useTopLoader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface TopLoaderActions {
99
trickle: () => NProgress.NProgress;
1010
isStarted: () => boolean;
1111
isRendered: () => boolean;
12-
getPositioningCSS: () => "translate3d" | "translate" | "margin";
12+
getPositioningCSS: () => 'translate3d' | 'translate' | 'margin';
1313
}
1414

1515
export const useTopLoader = (): TopLoaderActions => {

0 commit comments

Comments
 (0)