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

#23 made sample lab layout

This commit is contained in:
Fedor Katurov 2021-03-12 14:16:45 +07:00
parent 3aa2d4f609
commit 05b4ed19c6
9 changed files with 123 additions and 2 deletions

View file

@ -1,7 +1,7 @@
import React, { FC } from 'react';
import { useShallowSelect } from '~/utils/hooks/useShallowSelect';
import styles from './styles.module.scss';
import { LabNode } from '~/containers/lab/LabNode';
import { LabNode } from '~/components/lab/LabNode';
import { selectLabListNodes } from '~/redux/lab/selectors';
interface IProps {}