feat: replace button from @toeverything/components (#3608)

This commit is contained in:
Qi
2023-08-08 12:38:02 +08:00
committed by GitHub
parent 7826ecfa58
commit 6efe29f7ef
60 changed files with 112 additions and 500 deletions

View File

@@ -17,7 +17,8 @@
"dependencies": {
"@affine/component": "workspace:*",
"@affine/sdk": "workspace:*",
"@blocksuite/icons": "^2.1.29"
"@blocksuite/icons": "^2.1.29",
"@toeverything/components": "^0.0.8"
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*"

View File

@@ -1,5 +1,6 @@
import { IconButton, Tooltip } from '@affine/component';
import { Tooltip } from '@affine/component';
import { Logo1Icon } from '@blocksuite/icons';
import { IconButton } from '@toeverything/components/button';
import { useCallback } from 'react';
export const HeaderItem = () => {