feat: add block card component (#2398)

This commit is contained in:
Whitewater
2023-05-16 03:19:28 -07:00
committed by himself65
parent 2efafe5420
commit 341b18ded7
8 changed files with 120 additions and 36 deletions
@@ -9,7 +9,7 @@ import type { FC } from 'react';
import { useRef } from 'react';
import { useCallback, useState } from 'react';
import { Menu } from '../..';
import { Menu } from '../../ui/menu/menu';
import { Export } from './export';
import { containerStyle, indicatorContainerStyle, tabStyle } from './index.css';
import { SharePage } from './share-page';