chore: Unified registration and path specification

This commit is contained in:
tzhangchi
2022-12-28 11:06:56 +08:00
committed by DarkSky
parent 8a8559e1fe
commit bf81203353
21 changed files with 33 additions and 37 deletions
@@ -9,11 +9,7 @@ import { StyledSettingH2 } from '../style';
import { useState } from 'react';
import { Button } from '@/ui/button';
import Input from '@/ui/input';
import {
uploadBlob,
Workspace,
WorkspaceType,
} from '@pathfinder/data-services';
import { uploadBlob, Workspace, WorkspaceType } from '@affine/data-services';
import { useAppState } from '@/providers/app-state-provider';
import { WorkspaceDetails } from '@/components/workspace-slider-bar/WorkspaceSelector/SelectorPopperContent';
import { WorkspaceDelete } from './delete';