Skip to content

Commit

Permalink
fix: zustand create import
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st committed Oct 26, 2024
1 parent a444817 commit 04359cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base/packages/nextjs/services/store/store.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import create from "zustand";
import { create } from "zustand";
import scaffoldConfig from "~~/scaffold.config";
import { ChainWithAttributes } from "~~/utils/scaffold-eth";

Expand Down

0 comments on commit 04359cf

Please sign in to comment.