diff --git a/src/components/CompaniesSection/index.tsx b/src/components/CompaniesSection/index.tsx index aa85ca7..a93f8e2 100644 --- a/src/components/CompaniesSection/index.tsx +++ b/src/components/CompaniesSection/index.tsx @@ -1,6 +1,4 @@ import { FunctionComponent } from 'react'; -import { DiamondCompanies } from '../../utils/DiamondCompanies'; -import { GoldCompanies } from '../../utils/GoldCompanies'; import { SilverCompanies } from '../../utils/SilverCompanies'; import CompaniesContainer from '../CompaniesContainer'; @@ -10,8 +8,6 @@ const CompaniesSection: FunctionComponent = () => { return (
- -
); diff --git a/src/components/Content/index.tsx b/src/components/Content/index.tsx index 295b4a2..651ea10 100644 --- a/src/components/Content/index.tsx +++ b/src/components/Content/index.tsx @@ -4,11 +4,9 @@ import { ScheduleDays } from '../../utils/ScheduleDays'; import Activity from '../Activity'; import ComingSoon from '../ComingSoon'; import CompaniesSection from '../CompaniesSection'; -import HeadingText from '../HeadingText'; import InfoText from '../InfoText'; import Map from '../Map'; import Schedule from '../Schedule'; -import SponsorsContainer from '../SponsorsContainer'; interface ContentProps { contentRef: React.RefObject; @@ -61,13 +59,6 @@ const Content: React.FC = ({ contentRef }) => {
- -
- -
- -
- = ({ contentRef }) => { -
+