Merge branch 'master' into feat/datacenter

This commit is contained in:
DiamondThree
2023-01-10 10:57:52 +08:00
36 changed files with 144 additions and 62 deletions

View File

@@ -7,7 +7,7 @@ import {
StyledModalWrapper,
} from '@/ui/confirm/styles';
import { Button } from '@/ui/button';
import { useTranslation } from 'react-i18next';
import { useTranslation } from '@affine/i18n';
export type ConfirmProps = {
title?: string;
content?: string;