Skip to content

Commit

Permalink
removed "use client" from EtherInput, IntergerInput and AddessInput (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
KcPele committed Jan 22, 2024
1 parent 5efa239 commit 53d39ca
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"use client";

import { useCallback, useEffect, useState } from "react";
import { blo } from "blo";
import { useDebounce } from "usehooks-ts";
Expand Down
2 changes: 0 additions & 2 deletions packages/nextjs/components/scaffold-eth/Input/EtherInput.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"use client";

import { useEffect, useMemo, useState } from "react";
import { ArrowsRightLeftIcon } from "@heroicons/react/24/outline";
import { CommonInputProps, InputBase, SIGNED_NUMBER_REGEX } from "~~/components/scaffold-eth";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"use client";

import { useCallback, useEffect, useState } from "react";
import { CommonInputProps, InputBase, IntegerVariant, isValidInteger } from "~~/components/scaffold-eth";

Expand Down

0 comments on commit 53d39ca

Please sign in to comment.