import React from 'react' import Left from './left' import Right from './right' const Operation = () => { return (
) } export default Operation