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
+1 -1
View File
@@ -6,7 +6,7 @@ import Loading from '@/components/loading';
import { usePageHelper } from '@/hooks/use-page-helper';
import { useAppState } from '@/providers/app-state-provider';
import { useEffect, useState } from 'react';
import { useTranslation } from 'react-i18next';
import { useTranslation } from '@affine/i18n';
// import { Tooltip } from '@/ui/tooltip';
type ImportModalProps = {
open: boolean;