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

refactored lab

This commit is contained in:
Fedor Katurov 2023-11-21 19:26:55 +06:00
parent d0e99adc9f
commit b551fc44ea
41 changed files with 80 additions and 79 deletions

View file

@ -2,10 +2,10 @@ import { FC, memo } from 'react';
import { Columns } from '~/components/common/Columns';
import { Hoverable } from '~/components/common/Hoverable';
import { LabNoResults } from '~/components/lab/LabNoResults';
import { LabNode } from '~/components/lab/LabNode';
import { useLabContext } from '~/utils/context/LabContextProvider';
import { LabNoResults } from './components/LabNoResults';
import { LabNode } from './components/LabNode';
import styles from './styles.module.scss';
interface IProps {}