19 lines
247 B
JavaScript
19 lines
247 B
JavaScript
import {
|
|
useState,
|
|
useEffect
|
|
} from 'react'
|
|
import './operator.css'
|
|
|
|
export default function Operator(props) {
|
|
|
|
return (
|
|
<section>
|
|
<section>
|
|
1
|
|
</section>
|
|
<section>
|
|
2
|
|
</section>
|
|
</section>
|
|
)
|
|
} |