Skip to content

Commit 6ba1705

Browse files
author
Datner
committed
fix: remove unused import
1 parent 742fa97 commit 6ba1705

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"build-mjs": "babel build/esm --config-file ./.babel.mjs.json --out-dir build/mjs --out-file-extension .mjs --source-maps",
3838
"build-post": "build-utils pack-v4",
3939
"build-pack": "concurrently \"pnpm build-cjs\" \"pnpm build-mjs\" && pnpm build-post",
40-
"build-all": "tsc -b tsconfig.json",
41-
"build-watch": "tsc -b tsconfig.json --watch",
40+
"build-all": "tsc -b tsconfig.build.json",
41+
"build-watch": "tsc -b tsconfig.build.json --watch",
4242
"lint": "eslint src/**/* test/**/*",
4343
"autofix": "pnpm lint --fix",
4444
"tc": "tsc --noEmit",

src/hooks/useResult.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import * as Effect from "@effect/io/Effect"
22
import * as Fiber from "@effect/io/Fiber"
33
import * as Runtime from "@effect/io/Runtime"
4-
import type * as Schedule from "@effect/io/Schedule"
54
import * as Stream from "@effect/stream/Stream"
65
import { useContext, useRef, useState } from "react"
76
import type { ResultBag } from "react-effect/hooks/useResultBag"

0 commit comments

Comments
 (0)