Skip to content

Commit

Permalink
🐜 forgot an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Jul 17, 2024
1 parent f8ccc88 commit e0c6438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { describe, expect, test } from "vitest";
import { describe, test } from "vitest";
import createDeepMemo from "./src/createDeepMemo";
import createDeepSignal from "./src/createDeepSignal";
import { createRenderEffect, createRoot } from "solid-js";
Expand Down

0 comments on commit e0c6438

Please sign in to comment.