This website works better with JavaScript
Home
Explore
Help
Register
Sign In
tomi
/
AutoMate
Watch
1
Star
0
Fork
0
Files
Issues
2
Pull Requests
0
Wiki
Tree:
5fb81d5182
Branches
Tags
master
react-redux
AutoMate
/
frontend
/
components
/
InterfaceOption.js
InterfaceOption.js
96 B
History
Raw
1
2
3
4
5
const InterfaceOption = props => (
<p>This is an option</p>
)
export default InterfaceOption