mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 17:16:16 +08:00
style: restrict type import (#1589)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { IconButton, IconButtonProps } from '@affine/component';
|
||||
import type { IconButtonProps } from '@affine/component';
|
||||
import { IconButton } from '@affine/component';
|
||||
import { styled } from '@affine/component';
|
||||
import { ArrowDownSmallIcon } from '@blocksuite/icons';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user