Skip to content

Commit

Permalink
remove useStore dep
Browse files Browse the repository at this point in the history
  • Loading branch information
karooolis committed Oct 16, 2024
1 parent da7566f commit 6a39d1d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import Image from "next/image";
import { useParams, useRouter } from "next/navigation";
import { Address, isAddress } from "viem";
import * as z from "zod";
import { useStore } from "zustand";
import { Command as CommandPrimitive } from "cmdk";
import { useState } from "react";
import { useForm } from "react-hook-form";
Expand Down

0 comments on commit 6a39d1d

Please sign in to comment.