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:
parent
d0e99adc9f
commit
b551fc44ea
41 changed files with 80 additions and 79 deletions
|
@ -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 {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue