mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
style: enable import-x/no-duplicates (#6279)
This commit is contained in:
@@ -3,7 +3,8 @@ import { useCallback, useRef, useState } from 'react';
|
||||
|
||||
import { Button } from '../button';
|
||||
import { ResizePanel } from '../resize-panel/resize-panel';
|
||||
import { InlineEdit, type InlineEditHandle } from './inline-edit';
|
||||
import type { InlineEditHandle } from './inline-edit';
|
||||
import { InlineEdit } from './inline-edit';
|
||||
|
||||
export default {
|
||||
title: 'UI/Editable/Inline Edit',
|
||||
|
||||
Reference in New Issue
Block a user