feat: apply cumulative update to address various issues (#10324)
This commit is contained in:
@@ -10,15 +10,15 @@ import LockIcon from "./components/lock"
|
||||
import UnlockIcon from "./components/unlock"
|
||||
|
||||
const IconsPlugin = () => ({
|
||||
components: {
|
||||
ArrowUpIcon,
|
||||
ArrowDownIcon,
|
||||
ArrowIcon,
|
||||
CloseIcon,
|
||||
CopyIcon,
|
||||
LockIcon,
|
||||
UnlockIcon,
|
||||
}
|
||||
components: {
|
||||
ArrowUpIcon,
|
||||
ArrowDownIcon,
|
||||
ArrowIcon,
|
||||
CloseIcon,
|
||||
CopyIcon,
|
||||
LockIcon,
|
||||
UnlockIcon,
|
||||
},
|
||||
})
|
||||
|
||||
export default IconsPlugin
|
||||
export default IconsPlugin
|
||||
|
||||
Reference in New Issue
Block a user