diff --git a/src/features/MatchCard/CardFinishedHover/index.tsx b/src/features/MatchCard/CardFinishedHover/index.tsx index ad009e88..cbcb8c1c 100644 --- a/src/features/MatchCard/CardFinishedHover/index.tsx +++ b/src/features/MatchCard/CardFinishedHover/index.tsx @@ -3,7 +3,6 @@ import React from 'react' import { Link } from 'react-router-dom' -import { CloseButton } from 'features/Common' import { OutsideClick } from 'features/OutsideClick' import { @@ -33,7 +32,6 @@ export const CardFinishedHover = ({ - diff --git a/src/features/MatchCard/CardLiveHover/index.tsx b/src/features/MatchCard/CardLiveHover/index.tsx index 4d0dc234..38b166d3 100644 --- a/src/features/MatchCard/CardLiveHover/index.tsx +++ b/src/features/MatchCard/CardLiveHover/index.tsx @@ -3,7 +3,6 @@ import React from 'react' import { Link } from 'react-router-dom' -import { CloseButton } from 'features/Common' import { OutsideClick } from 'features/OutsideClick' import { @@ -33,7 +32,6 @@ export const CardLiveHover = ({ -