fix: lint erroe

This commit is contained in:
DiamondThree
2023-01-30 12:44:38 +08:00
parent 152093e7d8
commit f28a1df624
4 changed files with 3 additions and 5 deletions
@@ -9,7 +9,7 @@ import { DownloadIcon } from '@blocksuite/icons';
import { Button } from '@/ui/button';
import { Menu, MenuItem } from '@/ui/menu';
import { WorkspaceUnit } from '@affine/datacenter';
import { Trans, useTranslation } from '@affine/i18n';
import { useTranslation } from '@affine/i18n';
import { WorkspaceUnitAvatar } from '@/components/workspace-avatar';
import { EnableWorkspaceButton } from '../enable-workspace';
import { useAppState } from '@/providers/app-state-provider';