Merge branch 'feat/plugins' into dev/plugin-deploy
commit
1b93e1ff99
@ -0,0 +1,13 @@
|
||||
import React from 'react'
|
||||
|
||||
type Props = {
|
||||
value: any[]
|
||||
}
|
||||
|
||||
const MultipleToolSelector = ({ value }: Props) => {
|
||||
return (
|
||||
<div></div>
|
||||
)
|
||||
}
|
||||
|
||||
export default MultipleToolSelector
|
||||
Loading…
Reference in New Issue