File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,6 @@ export const official: AddonInfo[] = [
16
16
]
17
17
18
18
export const community : AddonInfo [ ] = [
19
- {
20
- id : 'slidev-addon-naive' ,
21
- name : 'Naive UI for Slidev' ,
22
- description : 'Brings Naive UI components into Slidev' ,
23
- tags : [ 'Component' ] ,
24
- author : {
25
- name : 'Samuel Huang' ,
26
- link : 'https://sghuang.com' ,
27
- } ,
28
- repo : 'https://github.com/sghuang19/slidev-addon-naive' ,
29
- } ,
30
19
{
31
20
id : 'slidev-addon-python-runner' ,
32
21
name : 'Python Runner' ,
@@ -159,6 +148,17 @@ export const community: AddonInfo[] = [
159
148
} ,
160
149
repo : 'https://github.com/yutaka-shoji/slidev-addon-stem' ,
161
150
} ,
151
+ {
152
+ id : 'slidev-addon-naive' ,
153
+ name : 'Naive UI for Slidev' ,
154
+ description : 'Brings Naive UI components into Slidev' ,
155
+ tags : [ 'Component' ] ,
156
+ author : {
157
+ name : 'Samuel Huang' ,
158
+ link : 'https://sghuang.com' ,
159
+ } ,
160
+ repo : 'https://github.com/sghuang19/slidev-addon-naive' ,
161
+ } ,
162
162
// Add yours here!
163
163
{
164
164
id : '' ,
You can’t perform that action at this time.
0 commit comments