feat: normalize load page

This commit is contained in:
alt0
2022-12-20 00:04:33 +08:00
parent 857504fd86
commit fba0cb9015
13 changed files with 359 additions and 67 deletions
@@ -1,6 +1,6 @@
import { CloudUnsyncedIcon, CloudInsyncIcon } from '@blocksuite/icons';
import { useModal } from '@/providers/global-modal-provider';
import { useAppState } from '@/providers/app-state-provider';
import { useAppState } from '@/providers/app-state-provider/context';
import { IconButton } from '@/ui/button';
export const SyncIcon = () => {