Remove component to consolidate

pull/10616/head
Alex P 2018-06-26 17:37:30 -07:00
parent 42a93252a9
commit 4eea164a87
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
import React, {SFC} from 'react'
const SimpleOverlayTechnology: SFC = ({children}) => {
return (
<div className="overlay-tech show">
<div className="overlay--dialog">{children}</div>
<div className="overlay--mask" />
</div>
)
}
export default SimpleOverlayTechnology