remove test code
parent
e903cd8073
commit
ae42edb8d7
@ -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