remove component

pull/10616/head
Andrew Watkins 2018-04-05 10:04:50 -07:00
parent f8ad5a04f6
commit 8b30c8f281
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
import React, {PureComponent} from 'react'
class FuncArgInput extends PureComponent<{arg}> {
render() {
return <input
}
}