File tree 4 files changed +1
-4
lines changed
4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { Assistant } from '@petercatai/assistant' ;
2
2
import React from 'react' ;
3
- import '@petercatai/assistant/style' ;
4
3
5
4
const PeterCat : React . FC = ( ) => {
6
5
return (
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ import type { ThemeName } from '../common/ThemeSwitch';
23
23
import type { SiteContextProps } from '../slots/SiteContext' ;
24
24
import SiteContext from '../slots/SiteContext' ;
25
25
26
- import '@petercatai/assistant/style' ;
27
-
28
26
const ThemeSwitch = React . lazy ( ( ) => import ( '../common/ThemeSwitch' ) ) ;
29
27
30
28
type Entries < T > = { [ K in keyof T ] : [ K , T [ K ] ] } [ keyof T ] [ ] ;
Original file line number Diff line number Diff line change 97
97
},
98
98
"devDependencies" : {
99
99
"@ant-design/tools" : " ^18.0.2" ,
100
- "@petercatai/assistant" : " ^2.0.2 " ,
100
+ "@petercatai/assistant" : " ^2.0.5 " ,
101
101
"@antv/gpt-vis" : " ^0.3.0" ,
102
102
"@biomejs/biome" : " ^1.9.0" ,
103
103
"@codecov/webpack-plugin" : " ^1.4.0" ,
You can’t perform that action at this time.
0 commit comments