mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-30 04:24:26 +01:00
chore: remove unused imports
This commit is contained in:
@@ -71,7 +71,7 @@ export default function AutoComplete<T extends object, IsMulti extends boolean>(
|
||||
boxShadow: 'none !important'
|
||||
},
|
||||
}),
|
||||
}), [size])
|
||||
}), [])
|
||||
|
||||
return (
|
||||
<div className='w-full'>
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
|
||||
|
||||
import Select from 'react-select';
|
||||
import { OnChangeValue, StylesConfig, components, OptionProps } from "react-select";
|
||||
import Avatar from "src/features/Profiles/Components/Avatar/Avatar";
|
||||
import { FiSearch } from 'react-icons/fi';
|
||||
import { useState } from 'react';
|
||||
import { OnChangeValue, StylesConfig, } from "react-select";
|
||||
import { MyProfileRolesSkillsQuery } from 'src/graphql';
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
import React from 'react'
|
||||
import { FaUsers } from 'react-icons/fa'
|
||||
import Button from 'src/Components/Button/Button'
|
||||
import Card from 'src/Components/Card/Card'
|
||||
import Avatar from 'src/features/Profiles/Components/Avatar/Avatar'
|
||||
import { Tournament } from 'src/graphql'
|
||||
import FAQsSection from './FAQsSection/FAQsSection'
|
||||
import JudgesSection from './JudgesSection/JudgesSection'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import React, { useMemo } from 'react'
|
||||
import { Link, NavLink } from 'react-router-dom'
|
||||
import { useMemo } from 'react'
|
||||
import { NavLink } from 'react-router-dom'
|
||||
import { Tournament } from 'src/graphql'
|
||||
import { useCarousel } from 'src/utils/hooks'
|
||||
|
||||
@@ -9,7 +9,7 @@ interface Props {
|
||||
|
||||
export default function Navigation({ data }: Props) {
|
||||
|
||||
const { viewportRef, scrollSlides, canScrollNext, canScrollPrev, isClickAllowed } = useCarousel({
|
||||
const { viewportRef, } = useCarousel({
|
||||
align: 'start', slidesToScroll: 2,
|
||||
containScroll: "trimSnaps",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user