1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

fixed typos

This commit is contained in:
Fedor Katurov 2021-11-21 17:37:30 +07:00
parent 19af0c0856
commit 2eb10c4da7
2 changed files with 3 additions and 7 deletions

View file

@ -1,17 +1,13 @@
import React, { FC } from 'react'; import React, { FC } from 'react';
import styles from './styles.module.scss'; import styles from './styles.module.scss';
import { LabBanner } from '~/components/lab/LabBanner'; import { LabBanner } from '~/components/lab/LabBanner';
import { Card } from '~/components/containers/Card';
import { Group } from '~/components/containers/Group'; 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 { useShallowSelect } from '~/utils/hooks/useShallowSelect';
import { import {
selectLabStatsHeroes, selectLabStatsHeroes,
selectLabStatsLoading, selectLabStatsLoading,
selectLabStatsTags, selectLabStatsTags,
selectLabUpdatesNodes, selectLabUpdatesNodes
} from '~/redux/lab/selectors'; } from '~/redux/lab/selectors';
import { LabTags } from '~/components/lab/LabTags'; import { LabTags } from '~/components/lab/LabTags';
import { LabHeroes } from '~/components/lab/LabHeroes'; import { LabHeroes } from '~/components/lab/LabHeroes';

View file

@ -1,9 +1,9 @@
import React, { FC } from 'react'; import React, { VFC } from 'react';
import styles from './styles.module.scss'; import styles from './styles.module.scss';
import { createPortal } from 'react-dom'; import { createPortal } from 'react-dom';
import { GodRays } from '~/components/main/GodRays'; import { GodRays } from '~/components/main/GodRays';
const ErrorNotFound: FC<{}> = () => const ErrorNotFound: VFC = () =>
createPortal( createPortal(
<div className={styles.wrap}> <div className={styles.wrap}>
<GodRays /> <GodRays />