Skip to content

Commit

Permalink
test(stash): fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Oct 24, 2024
1 parent 93d0e76 commit 30c273d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stash/src/react/useStash.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { describe, it, expect } from "vitest";
import { renderHook, act } from "@testing-library/react-hooks";
import { useStash } from "./useStash";
import { defineStore } from "@latticexyz/store/config/v2";
import { defineStore } from "@latticexyz/store";
import { createStash } from "../createStash";
import isEqual from "fast-deep-equal";
import { getRecord, getRecords } from "../actions";
Expand Down

0 comments on commit 30c273d

Please sign in to comment.