Skip to content

Commit 412a816

Browse files
committed
style: change import order
Signed-off-by: Yuval Datner <[email protected]>
1 parent 8d5400b commit 412a816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/Result.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import * as O from "@effect/data/Option"
33
import * as S from "@effect/data/String"
44
import * as Cause from "@effect/io/Cause"
55
import * as Exit from "@effect/io/Exit"
6-
import * as fc from "fast-check"
76
import * as Result from "effect-react/Result"
87
import { result } from "effect-react/test/utils/result"
8+
import * as fc from "fast-check"
99
import { inspect } from "util"
1010
import { assert, describe, it } from "vitest"
1111

0 commit comments

Comments
 (0)