diff --git a/src/components/browser/UrlForm.tsx b/src/components/browser/UrlForm.tsx index 3e5eb3b2..e109fa6d 100644 --- a/src/components/browser/UrlForm.tsx +++ b/src/components/browser/UrlForm.tsx @@ -1,7 +1,7 @@ import React, { useState, useEffect, useCallback, useRef } from 'react'; import type { SyntheticEvent } from 'react'; import KeyboardArrowRightIcon from '@mui/icons-material/KeyboardArrowRight'; -import { NavBarForm, NavBarInput } from "../ui/form"; +import { NavBarForm, NavBarInput } from "../ui/Form"; import { UrlFormButton } from "../ui/buttons/buttons"; import { useSocketStore } from '../../context/socket'; import { Socket } from "socket.io-client";