mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
#23 lab stats
This commit is contained in:
parent
9745b895f1
commit
11fd582453
23 changed files with 328 additions and 101 deletions
|
@ -1,11 +1,7 @@
|
|||
import React, { FC } from 'react';
|
||||
import { INode } from '~/redux/types';
|
||||
import { NodePanelInner } from '~/components/node/NodePanelInner';
|
||||
import { useNodeBlocks } from '~/utils/hooks/node/useNodeBlocks';
|
||||
import styles from './styles.module.scss';
|
||||
import { Card } from '~/components/containers/Card';
|
||||
import { LabNodeTitle } from '~/components/lab/LabNodeTitle';
|
||||
import { Grid } from '~/components/containers/Grid';
|
||||
|
||||
interface IProps {
|
||||
node: INode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue