From 2eb10c4da748518447384c51ad2130834a8cc536 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Sun, 21 Nov 2021 17:37:30 +0700 Subject: [PATCH] fixed typos --- src/containers/lab/LabStats/index.tsx | 6 +----- src/containers/pages/ErrorNotFound/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/containers/lab/LabStats/index.tsx b/src/containers/lab/LabStats/index.tsx index 5d632a0c..b1243a75 100644 --- a/src/containers/lab/LabStats/index.tsx +++ b/src/containers/lab/LabStats/index.tsx @@ -1,17 +1,13 @@ import React, { FC } from 'react'; import styles from './styles.module.scss'; import { LabBanner } from '~/components/lab/LabBanner'; -import { Card } from '~/components/containers/Card'; import { Group } from '~/components/containers/Group'; -import { Placeholder } from '~/components/placeholders/Placeholder'; -import { Filler } from '~/components/containers/Filler'; -import { LabHero } from '~/components/lab/LabHero'; import { useShallowSelect } from '~/utils/hooks/useShallowSelect'; import { selectLabStatsHeroes, selectLabStatsLoading, selectLabStatsTags, - selectLabUpdatesNodes, + selectLabUpdatesNodes } from '~/redux/lab/selectors'; import { LabTags } from '~/components/lab/LabTags'; import { LabHeroes } from '~/components/lab/LabHeroes'; diff --git a/src/containers/pages/ErrorNotFound/index.tsx b/src/containers/pages/ErrorNotFound/index.tsx index ed0976c6..d30dd504 100644 --- a/src/containers/pages/ErrorNotFound/index.tsx +++ b/src/containers/pages/ErrorNotFound/index.tsx @@ -1,9 +1,9 @@ -import React, { FC } from 'react'; +import React, { VFC } from 'react'; import styles from './styles.module.scss'; import { createPortal } from 'react-dom'; import { GodRays } from '~/components/main/GodRays'; -const ErrorNotFound: FC<{}> = () => +const ErrorNotFound: VFC = () => createPortal(