feat: add block card component (#2398)

This commit is contained in:
Whitewater
2023-05-16 03:19:28 -07:00
committed by Himself65
parent d869ce1684
commit 41936393ea
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';