chore: rename data services

This commit is contained in:
DarkSky
2022-12-29 14:55:41 +08:00
committed by DarkSky
parent 8e1bf90ebd
commit 0d79f183c5
41 changed files with 49 additions and 48 deletions
@@ -4,7 +4,7 @@ import { Modal, ModalWrapper, ModalCloseButton } from '@/ui/modal';
import { Button } from '@/ui/button';
import Input from '@/ui/input';
import { useState } from 'react';
import { inviteMember, getUserByEmail } from '@affine/data-services';
import { inviteMember, getUserByEmail } from '@affine/datacenter';
import { Avatar } from '@mui/material';
interface LoginModalProps {
open: boolean;