chore: lint
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
import {useState, useCallback, useEffect,} from 'react';
|
import { useState, useCallback, useEffect, } from 'react';
|
||||||
import type { SyntheticEvent, } from 'react';
|
import type { SyntheticEvent, } from 'react';
|
||||||
import KeyboardArrowRightIcon from '@mui/icons-material/KeyboardArrowRight';
|
import KeyboardArrowRightIcon from '@mui/icons-material/KeyboardArrowRight';
|
||||||
|
|
||||||
import { NavBarForm, NavBarInput } from "../atoms/form";
|
import { NavBarForm, NavBarInput } from "../atoms/form";
|
||||||
import { UrlFormButton } from "../atoms/buttons/buttons";
|
import { UrlFormButton } from "../atoms/buttons/buttons";
|
||||||
import { useSocketStore } from '../../context/socket';
|
import { useSocketStore } from '../../context/socket';
|
||||||
import {Socket} from "socket.io-client";
|
import { Socket } from "socket.io-client";
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
currentAddress: string;
|
currentAddress: string;
|
||||||
@@ -66,7 +66,7 @@ export const UrlForm = ({
|
|||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
/>
|
/>
|
||||||
<UrlFormButton type="submit">
|
<UrlFormButton type="submit">
|
||||||
<KeyboardArrowRightIcon/>
|
<KeyboardArrowRightIcon />
|
||||||
</UrlFormButton>
|
</UrlFormButton>
|
||||||
</NavBarForm>
|
</NavBarForm>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user