mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
style: enable import-x/no-duplicates (#6279)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// components/checkbox.tsx
|
||||
import clsx from 'clsx';
|
||||
import { type HTMLAttributes, useCallback, useEffect, useRef } from 'react';
|
||||
import type { HTMLAttributes } from 'react';
|
||||
import { useCallback, useEffect, useRef } from 'react';
|
||||
|
||||
import * as icons from './icons';
|
||||
import * as styles from './index.css';
|
||||
|
||||
Reference in New Issue
Block a user