Skip to content

Commit 554d869

Browse files
committed
lint
1 parent a246805 commit 554d869

File tree

1 file changed

+1
-1
lines changed
  • apps/dashboard/src/components/contract-components/contract-publish-form/decoded-bytes-input

1 file changed

+1
-1
lines changed

apps/dashboard/src/components/contract-components/contract-publish-form/decoded-bytes-input/decoded-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import {
2-
Checkbox,
32
Divider,
43
Flex,
54
FormControl,
@@ -12,6 +11,7 @@ import type { AbiParameter } from "abitype";
1211
import { TrashIcon } from "lucide-react";
1312
import { useState } from "react";
1413
import { useFormContext } from "react-hook-form";
14+
import { Checkbox } from "tw-components";
1515
import {} from "../../hooks";
1616
import { RefBytesInputFieldset } from "./ref-bytes-input-fieldset";
1717

0 commit comments

Comments
 (0)