feat: hide download all date feature

This commit is contained in:
DiamondThree 2023-02-02 14:23:26 +08:00
parent 299a17a874
commit 4c94730bff

View File

@ -5,9 +5,9 @@ import {
StyledWorkspaceName,
StyledEmail,
} from './style';
import { DownloadIcon } from '@blocksuite/icons';
import { Button } from '@/ui/button';
import { Menu, MenuItem } from '@/ui/menu';
// import { DownloadIcon } from '@blocksuite/icons';
// import { Button } from '@/ui/button';
// import { Menu, MenuItem } from '@/ui/menu';
import { WorkspaceUnit } from '@affine/datacenter';
import { useTranslation, Trans } from '@affine/i18n';
import { WorkspaceUnitAvatar } from '@/components/workspace-avatar';