mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 14:28:51 +08:00
style: enable import-x/no-duplicates (#6279)
This commit is contained in:
@@ -5,7 +5,8 @@ import type {
|
||||
} from '@radix-ui/react-popover';
|
||||
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
||||
import clsx from 'clsx';
|
||||
import { type ReactNode, useMemo } from 'react';
|
||||
import type { ReactNode } from 'react';
|
||||
import { useMemo } from 'react';
|
||||
|
||||
import * as styles from './styles.css';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user