fix(desktop): remove shadow lockfile (#1126)

This commit is contained in:
Himself65
2023-02-19 13:29:43 -06:00
committed by GitHub
parent 497e8570db
commit 54963842ed
4 changed files with 7 additions and 4043 deletions

View File

@@ -3,12 +3,11 @@ import { IconButton } from '@affine/component';
import { toast } from '@affine/component';
import { useTranslation } from '@affine/i18n';
import { useDataCenter } from '@affine/store';
import { useGlobalState } from '@affine/store';
import { CloseIcon } from '@blocksuite/icons';
import router from 'next/router';
import { useCallback, useState } from 'react';
import { useGlobalState } from '@/store/app';
import { Content, ContentTitle, Header, StyleButton, StyleTips } from './style';
interface EnableWorkspaceModalProps {
open: boolean;