mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-01 09:30:01 +08:00
chore: remove residual FC and FunctionComponent from components
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { styled } from '@toeverything/components/ui';
|
||||
import { FC, useMemo } from 'react';
|
||||
import { useMemo } from 'react';
|
||||
|
||||
interface CheckBoxProps {
|
||||
size?: number;
|
||||
|
||||
@@ -5,7 +5,7 @@ import {
|
||||
Protocol,
|
||||
} from '@toeverything/datasource/db-service';
|
||||
import { AsyncBlock, type CreateView } from '@toeverything/framework/virgo';
|
||||
import { useRef, type FC } from 'react';
|
||||
import { useRef } from 'react';
|
||||
import {
|
||||
TextManage,
|
||||
type ExtendedTextUtils,
|
||||
|
||||
Reference in New Issue
Block a user