Skip to content

Commit 7d6749c

Browse files
committed
patch(vest): fix lint errors
1 parent f78a477 commit 7d6749c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/n4s/src/exports/compose.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import invariant from 'invariant';
22
import mapFirst from 'mapFirst';
3-
import { ctx } from 'n4s';
43

54
import type { TComposeResult, TLazyRuleRunners } from 'genEnforceLazy';
5+
import { ctx } from 'n4s';
66
import { defaultToPassing, TRuleDetailedResult } from 'ruleReturn';
77
import runLazyRule from 'runLazyRule';
88

0 commit comments

Comments
 (0)