mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 18:46:19 +08:00
fix(desktop): remove shadow lockfile (#1126)
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
"build:app": "tauri build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blocksuite/blocks": "0.4.1",
|
||||
"@blocksuite/editor": "0.4.1",
|
||||
"@blocksuite/icons": "2.0.12",
|
||||
"@blocksuite/store": "0.4.1",
|
||||
"@emotion/react": "^11.10.6",
|
||||
|
||||
Generated
-4041
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user