Skip to content

Commit efe60e7

Browse files
committed
fix import
1 parent 335f308 commit efe60e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layer2NetworksTable/NetworksWalletSelectInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useState } from "react"
22

33
import { FilterInputState } from "@/lib/types"
44

5-
import { Input } from "@/components/ui/input"
5+
import Input from "@/components/ui/input"
66
import {
77
Select,
88
SelectContent,

0 commit comments

Comments
 (0)