mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
chore: bump up @blocksuite/icons version (#7233)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { InformationIcon } from '@blocksuite/icons';
|
||||
import { InformationIcon } from '@blocksuite/icons/rc';
|
||||
import type { Meta, StoryFn } from '@storybook/react';
|
||||
|
||||
import type { ButtonProps } from './button';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ArrowDownSmallIcon } from '@blocksuite/icons';
|
||||
import { ArrowDownSmallIcon } from '@blocksuite/icons/rc';
|
||||
import type { ButtonHTMLAttributes, MouseEventHandler } from 'react';
|
||||
import { forwardRef } from 'react';
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { InformationIcon } from '@blocksuite/icons';
|
||||
import { InformationIcon } from '@blocksuite/icons/rc';
|
||||
import type { Meta, StoryFn } from '@storybook/react';
|
||||
|
||||
import type { IconButtonProps } from './icon-button';
|
||||
|
||||
Reference in New Issue
Block a user