🌐 AI搜索 & 代理 主页
Skip to content

Commit cb68751

Browse files
authored
Update index.js
1 parent 41e611e commit cb68751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/icons/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ import * as iconComponents from './icons'
1515
export const IconsPlugin = /*#__PURE__*/ pluginFactory({ components: { BIcon, ...iconComponents } })
1616

1717
// Array of icon names (for use by the docs)
18-
eport const iconNames = /*#__PURE__*/ keys(iconComponents)
18+
export const iconNames = /*#__PURE__*/ keys(iconComponents)

0 commit comments

Comments
 (0)