mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 14:28:51 +08:00
style: restrict type import (#1589)
This commit is contained in:
@@ -5,7 +5,8 @@ import {
|
||||
FolderIcon,
|
||||
SettingsIcon,
|
||||
} from '@blocksuite/icons';
|
||||
import { FC, SVGProps, useMemo } from 'react';
|
||||
import type { FC, SVGProps } from 'react';
|
||||
import { useMemo } from 'react';
|
||||
|
||||
import { pathGenerator } from '../../../shared';
|
||||
export const useSwitchToConfig = (
|
||||
|
||||
Reference in New Issue
Block a user