feat: add block card component (#2398)

This commit is contained in:
Whitewater
2023-05-16 03:19:28 -07:00
committed by GitHub
parent 9ce3a96862
commit 017b9c8615
8 changed files with 120 additions and 36 deletions

View File

@@ -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';